What problem does it solve?
Provides a focused toolkit to verify and debug local web applications so developers can automatically validate frontend behavior, capture evidence, and collect browser logs without manual browser tinkering.
Core Features & Use Cases
- Playwright automation: Run synchronous Playwright scripts to navigate, wait for networkidle, interact with UI, and close the browser reliably.
- Server lifecycle helper: Start one or more local servers, wait for readiness, run tests, and ensure clean shutdowns using the included helper script.
- Reconnaissance-then-action: Inspect rendered DOM or take screenshots to discover robust selectors, then execute deterministic interactions and checks.
- Artifacts and debugging: Capture full-page screenshots and console logs for troubleshooting CI failures or local debugging sessions.
- Use cases: automated end-to-end checks during development, visual regression snapshots, capturing console output during flaky UI flows, and testing static HTML or multi-service local setups.
Quick Start
Start the bundled server helper and then run a Playwright script that navigates to your local app, waits for networkidle, inspects selectors, and captures a screenshot.