What problem does it solve?
Changes to user flows, UI, routing, authentication, or integrations can introduce regressions that unit tests miss; this Skill provides a repeatable way to run end-to-end validation and capture concrete evidence when a change impacts user-facing behaviors.
Core Features & Use Cases
- Execute E2E Runner: Invoke the project's end-to-end test runner to validate complete user workflows.
- Capture Artifacts: Collect generated reports and test artifacts (for example playwright-report/ and test-results/) into a centralized artifacts folder for review.
- Record Evidence: Produce a succinct PASS/FAIL outcome plus an evidence string and artifact pointers for changelogs, feature trackers, or CI records.
- Use Case: When modifying authentication or routing, run the e2e suite to confirm flows and attach the resulting report to the feature's progress log.
Quick Start
Run the project's end-to-end test script and ensure any generated reports and artifacts are copied into .agent/artifacts/ as evidence.