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:

Topic Reference Load When
Locators & Actions references/locators-and-actions.md Writing selectors, filling forms, clicking, drag-and-drop
Test Organization references/test-organization.md Fixtures, parallel execution, retries, sharding, timeouts, annotations
Authentication references/authentication.md Login flows, multi-role tests, storageState
Related skills
Installs
16
GitHub Stars
3
First Seen
Feb 23, 2026