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.From its SKILL.md
npx -y skills add testdino-hq/playwright-skill --skill pomAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.7 KB, 114 tokens by cl100k_base, as published. Nobody here has run it
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 |
| POM vs fixtures vs helpers | pom-vs-fixtures-vs-helpers.md |
What ships with it: 2 files
59.1 KB alongside SKILL.md
- page-object-model.md27.5 KB
- pom-vs-fixtures-vs-helpers.md31.6 KB