What problem does it solve?
Web applications have many routes, APIs, and UI states that must be validated across deploys; manual checks are slow, error-prone, and often miss accessibility or visual regressions. This Skill centralizes discovery, automated checks, and lightweight audits so teams can quickly verify page health, accessibility, and basic performance without building custom browser tooling from scratch.
Core Features & Use Cases
- Automated route and endpoint discovery guidance and mapping for comprehensive coverage.
- Playwright runner to perform headless browser navigation, capture page metadata, element counts, and performance timings.
- Accessibility checks (basic a11y metrics), optional full-page screenshots saved to a temporary directory, and visual testing guidance.
- CI integration patterns for installing browsers, running tests, and uploading artifacts such as traces, screenshots, and failures.
- Use case: Run a scheduled audit after deploy to verify login flows, critical purchase paths, and key marketing pages for regressions and accessibility issues.
Quick Start
Run the webapp-testing skill to perform a Playwright E2E audit of https://example.com with accessibility checks and an optional screenshot.