What it does
Playwright CLI Agents provides three Claude Code agents — Planner, Generator, Healer — for Playwright E2E testing using the Page Object Model pattern, plus two bundled skills. Planner navigates a URL, explores interactive elements, and produces a structured test plan. Generator drives the browser in real time and outputs Page Object plus spec files. Healer runs failing tests, inspects DOM, console, and network activity, and fixes broken locators or timing issues. The bundled skills cover a playwright-cli command reference and an e2e skill describing test file structure, visual-testing conventions, API mocking, and locator strategy.
How QA teams use it
- Point Planner at a URL to get a structured test plan of the app's interactive elements before writing any code.
- Run Generator to produce Page Object Model files and matching spec files directly from that plan.
- Re-run Healer on a failing suite so it inspects the DOM, console, and network state and applies a fix to locators or timing.
Notes
Community-maintained, Claude Code only, built specifically around the Page Object Model pattern.