一键导入
playwright-pom
Page Object Model patterns for Playwright — when to use POM, how to structure page objects, and when fixtures or helpers are a better fit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Page Object Model patterns for Playwright — when to use POM, how to structure page objects, and when fixtures or helpers are a better fit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | playwright-pom |
| description | Page Object Model patterns for Playwright — when to use POM, how to structure page objects, and when fixtures or helpers are a better fit. |
| allowed-tools | Read |
Structure your test code for maintainability — know when POM helps and when simpler patterns win.
2 guides covering Page Object Model implementation and the decision framework for choosing between POM, fixtures, and helpers.
| Topic | Guide |
|---|---|
| Page Object Model patterns | page-object-model.md |
| POM vs fixtures vs helpers | pom-vs-fixtures-vs-helpers.md |
Azure DevOps work-item and PR operations — read work items, create new bugs/tasks, resolve work items, create PRs, and full automated accessibility fix loops. Uses az CLI with the azure-devops extension, with MCP fallback (mcp__dynamicscrm-repo__* or mcp__msazure-repo__*). Reads repo configuration from ~/.pwagent/config.json.
Project-specific S360 fix patterns for pwagent. Read by pwagent-s360 --fix before writing any code. Contains Kusto query patterns, portal URL templates, ADO field mappings, and per-subtype remediation notes specific to this workspace.
Battle-tested Playwright patterns for writing, debugging, and scaling reliable test suites. E2E, API, visual, accessibility, security testing, plus CI/CD, CLI automation, and page objects. TypeScript and JavaScript.
Run Kusto Query Language (KQL) queries to read data from Azure Data Explorer / Geneva / pipeline telemetry clusters. Read-only — never mutates state. Agents call this to fetch flake history, test run summaries, telemetry signals.
Production-ready CI/CD configurations for Playwright — GitHub Actions, GitLab CI, CircleCI, Azure DevOps, Jenkins, Docker, parallel sharding, reporting, code coverage, and global setup/teardown.
Battle-tested Playwright patterns for writing and debugging reliable E2E, API, component, visual, accessibility, and security tests. Use when you need locator strategy, assertions, fixtures, network mocking, auth flows, trace debugging, or framework recipes for React, Next.js, Vue, and Angular. TypeScript and JavaScript.