What problem does it solve? Manual end-to-end testing of web applications is slow and often misses edge cases, race conditions, accessibility issues, and security vulnerabilities that only surface under rigorous probing. ## Core Features & Use Cases - Comprehensive Test Methodology: Eight-phase workflow covering reconnaissance, core functionality, state management, UI/UX, accessibility, performance, error handling, and security testing. - Playwright MCP Automation: Drives real browser sessions with navigation, screenshots, clicks, form fills, and JavaScript evaluation to capture visual and behavioral evidence. - Structured Test Reports: Produces detailed session reports with severity-rated issues, reproduction steps, screenshot indexes, and prioritized recommendations. - Use Case: Ask it to "test login thoroughly" and it will exercise happy paths plus edge cases like SQL injection attempts, rapid double-submits, session timeouts, and keyboard-only navigation, then deliver a full report with screenshots. ## Quick Start Ask the assistant to test the login flow of your running web app thoroughly, including edge cases and accessibility checks.