What problem does it solve?
Reproduce intermittent or hard-to-observe UI bugs by driving a real browser like a user and collecting verifiable evidence such as screenshots, console errors, network traces, and accessibility snapshots so developers can trace issues to source code with confidence.
Core Features & Use Cases
- User-like E2E Interaction: Drives Playwright MCP with clicks, typing, hover, drag, and realistic pacing to reproduce flows exactly as users experience them.
- Evidence Collection: Captures before/after screenshots, console messages, DOM accessibility snapshots, HTTP request/response logs, and WebSocket activity for each critical step.
- Instrumentation & Diagnostics: Injects safe monitoring helpers to log network and WebSocket events, and guides correlation to source code via codebase-retrieval for root-cause tracing.
- Workflows: Reproduce mode for bug reports, Explore mode for proactive UX testing, and Verify mode for post-fix confirmation.
Quick Start
Ask the assistant to reproduce the reported bug by providing the local app URL and a concise step-by-step description of the actions to perform.