AlphaEarly preview — features may change

[REPORTS]

Where outputs are saved and how to read them.

Report Location

All test reports are saved to the .getwired/reports/ directory in your project. Each report includes an HTML file you can open in your browser and a JSON file for programmatic access.

.getwired/reports/
2026-03-28-143022/
report.html
report.json
screenshots/

Viewing Reports

Use the CLI to list and view reports, or open the HTML file directly:

$ getwired report
$ getwired report --id latest

What's in a Report

Each report contains:

  • Findings — bugs, broken layouts, vulnerabilities, and edge cases discovered
  • Screenshots — before/after captures for visual regression
  • Scenarios executed — what the AI tried and what happened
  • Accessibility audit — keyboard navigation, focus indicators, ARIA issues
  • Severity ratings — critical, warning, and info classifications