playwright-pom
SolidPage Object Model patterns for Playwright — when to use POM, how to structure page objects, and when fixtures or helpers are a better fit.
Testing & QA 362 stars
60 forks Updated 5 days ago MIT
Install
Quality Score: 86/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Playwright Page Object Model
> 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.
## Guide Index
| Topic | Guide |
|---|---|
| Page Object Model patterns | [page-object-model.md](page-object-model.md) |
| POM vs fixtures vs helpers | [pom-vs-fixtures-vs-helpers.md](pom-vs-fixtures-vs-helpers.md) |
Details
- Author
- testdino-hq
- Repository
- testdino-hq/playwright-skill
- Created
- 7 months ago
- Last Updated
- 5 days ago
- Language
- N/A
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
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.
4,617 Updated today
zebbern Testing & QA Featured
e2e-testing
Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies. Use when writing Playwright tests, structuring page objects, or fixing flaky E2E runs in CI.
256,189 Updated today
affaan-m Testing & QA Listed
e2e-testing
Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.
51 Updated yesterday
Fmarzochi