What problem does it solve?
Provides a reliable, repeatable way to automate end-to-end browser testing and UI validation so developers and QA engineers can quickly verify functionality, responsive design, and user flows without manual, error-prone steps.
Core Features & Use Cases
- Auto-detect dev servers: Locate running local servers and select the correct target URL for tests.
- Ephemeral test scripts: Writes parameterized Playwright test scripts to /tmp to avoid cluttering projects.
- Visible debugging: Defaults to headed browser sessions for interactive debugging and screenshot capture.
- Network and headers: Supports custom HTTP header injection and network interception for API mocking and tracking.
- Use cases: Responsive design checks across viewports, login flow validation, form submission tests, broken link detection, visual screenshots for reviews, and CI test execution.
Quick Start
Run a responsive visual test by detecting your local dev server, writing a /tmp Playwright script, and executing it from the skill directory.