playwright

Installation
SKILL.md

Playwright

Core Workflow

  1. Analyze - Identify user flows and test scope
  2. Configure - Set up playwright.config.ts (see references/configuration.md)
  3. Write tests - Use proper locators, auto-waiting, and assertions
  4. Organize - Apply fixtures, POM, parallelism (see references/test-organization.md)
  5. Debug - Use traces, UI mode (see references/debugging.md)

Reference Guide

Load based on context:

Installs
20
GitHub Stars
3
First Seen
Feb 23, 2026
playwright — fellipeutaka/leon