Imported from testdino-hq/playwright-skill (pom/SKILL.md). Install upstream with npx skills add testdino-hq/playwright-skill --skill pom. Copyright stays with the author.
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.
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/testdino-hq-playwright-skill-pom/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
testdino-hq-playwright-skill-pom.ocm.jsonjson
{
"ocm": "1",
"id": "testdino-hq-playwright-skill-pom",
"kind": "skill",
"name": "playwright-pom",
"description": "Page Object Model patterns for Playwright — when to use POM, how to structure page objects, and when fixtures or helpers are a better fit.",
"publisher": "testdino-hq",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Page Object Model patterns for Playwright — when to use POM, how to structure page objects, and when fixtures or helpers are a better fit."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/testdino-hq/playwright-skill",
"path": "pom/SKILL.md",
"ref": "400e4256cd22669ad69c18d31d3e5541e4e1c2a3",
"url": "https://github.com/testdino-hq/playwright-skill/blob/400e4256cd22669ad69c18d31d3e5541e4e1c2a3/pom/SKILL.md",
"key": "testdino-hq/playwright-skill/pom/SKILL.md"
}
},
"instructions": "# Playwright Page Object Model\n\n> Structure your test code for maintainability — know when POM helps and when simpler patterns win.\n\n**2 guides** covering Page Object Model implementation and the decision framework for choosing between POM, fixtures, and helpers.\n\n## Guide Index\n\n| Topic | Guide |\n|---|---|\n| Page Object Model patterns | [page-object-model.md](page-object-model.md) |\n| POM vs fixtures vs helpers | [pom-vs-fixtures-vs-helpers.md](pom-vs-fixtures-vs-helpers.md) |",
"cost": {
"context_tokens": 120
}
}
Fetch it by URL: GET /api/v1/registry/testdino-hq-playwright-skill-pom/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.