What problem does it solve?
This Skill removes the friction of manually testing local web applications by letting you drive browser workflows, inspect rendered state, and verify UI behavior with repeatable Playwright automation.
Core Features & Use Cases
- Browser Interaction: Click, type, navigate, and inspect dynamic pages in a real Chromium browser.
- Debugging and Verification: Capture screenshots, read console logs, and confirm that elements render and respond correctly after JavaScript execution.
- Local App Workflows: Use the bundled server helper to run frontend-only apps or multi-service stacks before automated testing.
- Use Case: Validate a Vue or Electron app by launching the local dev server, checking key screens, and saving a screenshot for visual review.
Quick Start
Test the local web app at http://localhost:5173 with a headless Playwright script that waits for networkidle, verifies the main UI, and saves a screenshot.