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:

  1. Navigate to the page
  2. Take a DOM snapshot
  3. Interact with elements
  4. Verify the actual selectors
Related skills
Installs
3
GitHub Stars
1
First Seen
Mar 22, 2026