Skip to main content

CLI history

The npx qaos hist command lists your recent runs directly in the terminal:
npx qaos hist
Output:
Recent runs (last 10)

  run_abc123   Full Site Audit · 4 issues   2025-03-15 14:32   ✓ complete
  run_def456   Login Flow      · 1 issue    2025-03-14 09:10   ✓ complete
  run_ghi789   Admin Check     · 2 issues   2025-03-13 16:45   ✗ failed
  run_jkl012   Accessibility   · 0 issues   2025-03-12 11:00   ✓ complete

Limit the number of results

npx qaos hist --limit 5   # show last 5 runs
npx qaos hist -l 25       # show last 25 runs
Default limit is 10.

Dashboard

The QAOS Dashboard provides a richer view of run history:
  • Filter by project, date range, or status
  • View full issue reports with screenshots and reproduction context
  • Compare runs over time to track improvement
  • Export reports as PDF or JSON
Navigate to Runs in the sidebar to access the history view.

Report contents

Each run report includes:

Issue list

All detected issues sorted by severity, with type, description, and location.

Task timeline

Per-task breakdown showing what the agent did, how long it took, and what it found.

Fix recommendations

Actionable guidance on how to resolve each detected issue.

Screenshots

Visual context captured at the moment each issue was detected.