What problem does it solve?
This Skill automates end-to-end (E2E) UI testing using Chrome DevTools, ensuring robust and reliable validation of frontend features. It eliminates manual testing, reduces human error, and provides systematic debugging, guaranteeing a high-quality user experience.
Core Features & Use Cases
- Browser Automation: Controls Chrome directly for navigation, clicks, form filling, and key presses, simulating real user interactions.
- Snapshot & Debugging: Captures UI snapshots (accessibility tree) and provides detailed console messages and network requests for thorough debugging.
- Strict Workflow Enforcement: Follows a mandatory 6-step process (List Pages → Navigate → Snapshot → Interact → Debug → Verify) to ensure comprehensive and repeatable testing.
- Use Case: After developing a new Kanban board, ask the AI "Test the CRUD functionality of the Kanban board" and it will navigate to the page, create a task, verify its presence, then delete it, reporting all console and network activity.
Quick Start
Navigate to http://localhost:3000/login, fill the email field with '[email protected]', and click the login button.