Pom
Skill up1/demo-api-testing-with-playwright-skill/.agents/skills/playwright-skill/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 up1/demo-api-testing-with-playwright-skill --skill pomAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
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