Playwright-skill 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.
install
source · Clone the upstream repo
git clone https://github.com/testdino-hq/playwright-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/testdino-hq/playwright-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/pom" ~/.claude/skills/testdino-hq-playwright-skill-playwright-pom && rm -rf "$T"
manifest:
pom/SKILL.mdsource 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 |
| POM vs fixtures vs helpers | pom-vs-fixtures-vs-helpers.md |