What problem does it solve?
This Skill helps you reliably create and maintain end-to-end browser tests for web apps without manually guessing selectors or debugging failures blindly.
Core Features & Use Cases
- End-to-end CLI testing: Run Playwright tests across Chromium, Firefox, and WebKit, filter by titles/paths, and debug with UI and trace.
- AI Test Agents authoring loop: Use Planner, Generator, and Healer to plan flows, generate verified specs, and repair failing locators/waits by rerunning against a real browser.
- Recording and diagnostics: Record tests with codegen, inspect HTML reports, and open trace files to diagnose failures efficiently.
- Use Case: You want to add an authentication flow test for a staging web app; you run codegen for initial coverage, then use Planner → Generator → Healer to produce stable, runnable specs and fix failures until the suite is green.
Quick Start
Ask to "set up Playwright agents in my project and then plan, generate, and heal E2E tests for the login page using npx."