testzeus-reports#

Download and view TestZeus test run reports (CTRF, PDF, or CSV).

Category: reports · Version: 1.0.0 · Requires: testzeus-auth

Triggers: report, download report, export results, test report, ctrf, pdf report

Triggers#

See triggers.md for pattern matching rules.

Overview#

Guides AI agents in generating and viewing test reports. Focus on clear summaries and actionable insights.

Capabilities#

  1. View test reports

  2. Download reports (CTRF, PDF, CSV)

  3. Generate scheduled reports

  4. Compare test runs

Response Formatting#

Report Summary#

{
  "component": "ReportChart",
  "props": {
    "title": "Test Results - Last 7 Days",
    "type": "line",
    "data": [
      { "date": "2025-03-15", "passed": 45, "failed": 5 },
      { "date": "2025-03-16", "passed": 48, "failed": 2 },
      { "date": "2025-03-17", "passed": 50, "failed": 0 }
    ]
  }
}

Test Run Report#

{
  "component": "TestRunCard",
  "props": {
    "name": "checkout_regression",
    "status": "passed",
    "duration": "4m 23s",
    "testCount": 25,
    "passedCount": 25,
    "link": "https://app.testzeus.com/reports/abc123"
  }
}

Best Practices#

  1. Show summary metrics first

  2. Offer to drill down into specific areas

  3. Include links to full reports

  4. Use charts for trends, cards for details

  5. Highlight failures and actionable insights

Examples#

See examples/conversation.md