What problem does it solve?
qa-only helps you verify a web application behaves correctly by systematically testing user-facing flows and producing clear evidence, while explicitly never making any changes to fix issues.
Core Features & Use Cases
- Structured QA report: Generates a health score, categorized issues, and screenshots for proof of what was broken.
- Repro steps with evidence: Captures before/after states for interactive failures so bugs can be investigated efficiently.
- Safe “report-only” mode: Thoroughly tests pages and interactions without attempting fixes, ideal for “just report” requests.
- Use case: You want a clean bug report after a release or during a manual QA cycle, and you need screenshot-backed findings for engineers.
Quick Start
Ask for a report-only QA run by saying: run qa-only against https://your-app.com and produce a structured bug report with screenshots and repro steps, without fixing anything.