--- id: testdino-hq/playwright-skill/pom version: "4bf7a455" license: MIT install: manual updated: 2026-07-02 --- # playwright-pom — This skill teaches you how to architect robust test suites using the Page Object Model pattern with Playwright. You'll discover proven techniques for organizing page interactions, managing selectors, and building reusable test components that scale across complex applications. Gain hands-on experience applying POM principles to create maintainable automation code. Publisher: testdino-hq · Stars: 333 · Updated: 2026-07-02 Install (manual): `git clone https://github.com/testdino-hq/playwright-skill` ## 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) | [View on SkillFed](https://skillfed.io/testdino-hq/playwright-skill/pom) · [View on GitHub](https://github.com/testdino-hq/playwright-skill)