What problem does it solve? Manually verifying web application behavior across pages, forms, and screen sizes is slow and error-prone. This Skill automates browser-based testing so you can validate user flows, catch console errors, and check responsive layouts without repetitive manual clicking. ## Core Features & Use Cases - Browser Automation: Launch Chromium, navigate pages, fill forms, click elements, and take screenshots using Playwright scripts. - E2E Flow Testing: Test login flows, form submissions, file uploads, and long-running operations with robust waiting strategies like waitForURL and waitForSelector. - Quality Checks: Detect broken links, monitor console errors, and capture screenshots across desktop, tablet, and mobile viewports. - Use Case: After starting your dev server, ask the AI to test the login flow at localhost:3000 — it detects the port, writes a test script to /tmp, runs it, and confirms the redirect to the dashboard. ## Quick Start Use Playwright to test the login flow on my local dev server and take a screenshot of the dashboard.