What problem does it solve? Manually verifying frontend behavior, debugging UI issues, and checking responsive layouts in local web applications is slow and error-prone. This Skill automates browser-based testing with Playwright so you can validate functionality, capture screenshots, and inspect browser logs without writing boilerplate from scratch. ## Core Features & Use Cases - Playwright Browser Automation: Launch headless Chromium, navigate pages, wait for network idle, and interact with elements using descriptive selectors. - Visual Regression & Screenshots: Capture baseline and current screenshots, then compare them pixel-by-pixel to detect unintended UI changes. - Accessibility, Mobile & API Testing: Check ARIA labels and tab order, emulate mobile/tablet/desktop viewports, and call APIs through Playwright's built-in request client. - Use Case: You are developing a local app on port 5173 and a button stops responding. The Skill starts the server via the helper script, inspects the rendered DOM after network idle, identifies the correct selector, and produces a reproducible Playwright test script. ## Quick Start Ask the assistant to test your local web application running on localhost with Playwright and capture a screenshot of the result.