What problem does it solve?
This Skill helps you verify that web applications render correctly, key pages load, and basic accessibility and runtime health checks work as expected without leaving routes untested.
Core Features & Use Cases
- Automated browser checks (E2E-lite): Loads a given URL, captures page title, status, and health signals like H1 presence, link presence, and image presence.
- Optional screenshot capture: Produces a full-page screenshot on demand for visual inspection when debugging failures.
- Basic accessibility inventory: Counts images with/without alt text, labeled buttons, headings, and other lightweight accessibility indicators.
- Deep audit strategy guidance: Provides a systematic discovery-to-coverage approach (routes, APIs, components) plus a testing pyramid mindset.
Example use case: When deploying a marketing website, run the skill against your homepage and key routes to confirm they load, contain expected structural elements, and don’t introduce obvious accessibility regressions.
Quick Start
Run: python scripts/playwright_runner.py https://YOUR_URL --screenshot