What problem does it solve?
This Skill solves the time-consuming task of creating reliable end-to-end Playwright tests by automatically exploring a running web application, generating a structured test plan, and producing test code that targets real UI elements.
Core Features & Use Cases
- Autonomous E2E workflow orchestration: Runs a multi-phase pipeline (setup → exploration → generation → validation → quality gate → completion) under an agentic supervisor with mode-based iteration limits.
- Framework-aware Playwright setup: Detects common frameworks (Symfony/Laravel/Vue/React/Next) and generates a matching Playwright configuration and sensible default output directories.
- Auth strategy support: Handles public testing or generates fixtures for form, token, or cookie-based authentication.
- App-map-driven test generation: Builds an app map via browser exploration and generates navigation/auth/page-specific/spec tests from that map.
- Hardened review loop: Executes tests, checks selector quality and flakiness, fixes issues by ID, and only completes when validation, gates, and completion guard approve.
Quick Start
Run E2E generation and execution by asking Claude Code to: /workflow:test-e2e http://localhost:8080 --framework=symfony --auth=form