playwright
Installation
SKILL.md
When to Use
Triggers: When writing E2E tests, using Playwright, implementing page objects, or testing UI flows.
Load when: writing Playwright E2E tests, implementing Page Object Model, using Playwright MCP tools, or defining test strategies.
Critical Patterns
Pattern 1: MCP Workflow FIRST
Before writing any test, use Playwright MCP tools to:
- Navigate to the page
- Take a DOM snapshot
- Interact with elements
- Verify the actual selectors
Related skills