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.md
source 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

TopicGuide
Page Object Model patternspage-object-model.md
POM vs fixtures vs helperspom-vs-fixtures-vs-helpers.md