playwright-page-object-model

Official

Page Object Model for maintainable tests.

AuthorTheBushidoCollective
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill teaches Page Object Model patterns for Playwright to create reusable, maintainable test automation code.

Core Features & Use Cases

  • Single Responsibility: Each page object represents a page or component.
  • Encapsulation & Reusability: Expose meaningful actions and assertions.
  • Locator Strategies: Prefer accessible, robust locators for reliability.

Quick Start

Create a login-page.ts page object and a test that uses it to perform a login.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: playwright-page-object-model
Download link: https://github.com/TheBushidoCollective/han/archive/main.zip#playwright-page-object-model

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository