Skip to main content
ClaudeWave
Skill276 repo starsupdated 2d ago

playwright-pom

This Claude Code skill provides two guides for implementing Page Object Model patterns in Playwright test suites. It covers how to structure page objects for maintainability and includes a decision framework for choosing between POM, fixtures, and helpers based on test complexity and organizational needs.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/testdino-hq/playwright-skill /tmp/playwright-pom && cp -r /tmp/playwright-pom/pom ~/.claude/skills/playwright-pom
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# 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) |