What problem does it solve?
It helps you confirm that a pull request has not broken key user flows by running end-to-end checks against the parts of the app the change can affect.
Core Features & Use Cases
- Route-aware test selection: Maps changed files to affected pages so you can focus testing where the UI actually changed.
- Targeted or full-suite execution: Runs a specific Playwright spec for a route, or the entire e2e suite when shared components or layouts change.
- Clear verification reporting: Summarizes pass or fail results, points to traces and HTML reports, and highlights any changed routes that lack coverage.
- Use case: Before merging a branch that updates a dashboard page and a shared header, run the skill to validate the impacted routes without manually guessing what to test.
Quick Start
Ask the assistant to run the PR end-to-end checks for the changed routes and report any failures, trace links, and coverage gaps.