Skip to main content
ClaudeWave
Skill276 estrellas del repoactualizado 3d 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.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/testdino-hq/playwright-skill /tmp/playwright-pom && cp -r /tmp/playwright-pom/pom ~/.claude/skills/playwright-pom
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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