What problem does it solve?
Web application surfaces and critical user flows are often undocumented or incompletely tested, leading to regressions and missed defects; this Skill helps discover routes and verify end-to-end behavior automatically to reduce manual test effort and flaky coverage.
Core Features & Use Cases
- Route and API Discovery: Guidance on how to locate routes, API endpoints, and components that need coverage.
- Playwright-based E2E Execution: Run headless browser tests, capture screenshots, and collect performance timings.
- Accessibility & Visual Audits: Produce counts for alt text, headings, and basic a11y signals alongside visual snapshot strategies.
- Use Case: Run a smoke audit of a staging site in CI to validate page load health, capture a failing trace, and generate JSON results for downstream reporting.
Quick Start
Run a Playwright audit of https://example.com and return a JSON summary with page health, performance timings, accessibility counts, and an optional screenshot.