What problem does it solve?
This Skill enables automated planning, generation, and healing of end-to-end tests for web applications, reducing manual effort and improving test reliability.
Core Features & Use Cases
- Test Planning and Indexing: Creates structured Markdown plans for user flows, enabling clear documentation.
- Test Generation: Converts specs into Playwright test scripts, ensuring consistent and accurate test implementations.
- Test Healing: Detects and repairs locator failures by proposing source diffs and
data-testid additions, enhancing test robustness.
- Use Case: Automate the creation of reliable E2E tests for complex user flows in web apps, especially those with dynamic or flaky UI elements.
Quick Start
Use this Skill to generate a test from an existing spec file by running the generator command, then execute the test with Playwright, and invoke the healer on failure to maintain test accuracy.