What problem does it solve?
This Skill removes the friction of manually testing local web applications by giving you a reliable Playwright-based workflow for checking behavior, debugging interface issues, and validating browser output.
Core Features & Use Cases
- Frontend Verification: Confirm that buttons, forms, navigation, and dynamic UI states behave correctly in a running app.
- UI Debugging: Inspect rendered pages, capture screenshots, and review browser logs to diagnose broken interactions.
- Local App Automation: Use it for static HTML pages or dynamic web apps that need server startup, navigation, and wait handling.
- Use Case: If a feature fails only after JavaScript loads, this Skill helps you reproduce the issue, inspect the page after network activity settles, and execute precise browser actions.
Quick Start
Use this skill to test the local web app with Playwright, wait for the page to finish loading, and verify the UI behavior or bug you want to inspect.