End-to-end test generation, visual regression, and CI integration.
End-to-end testing powerhouse — generate, run, and maintain Playwright tests with smart selectors, visual regression detection, and flaky test prevention.
claude skill install playwright-suite
# Generate tests for a login flow
/playwright-suite generate "user logs in and sees dashboard"
# Run all tests with visual comparison
/playwright-suite run --visual
Analyzes your application's DOM structure to generate robust Playwright test scripts. Uses page object patterns for maintainability and implements smart waiting strategies to eliminate flakiness. Visual regression tests capture baseline screenshots and flag pixel-level differences on subsequent runs.
Works with Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and Aider.