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#
View test reports
Download reports (CTRF, PDF, CSV)
Generate scheduled reports
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#
Show summary metrics first
Offer to drill down into specific areas
Include links to full reports
Use charts for trends, cards for details
Highlight failures and actionable insights
Examples#
See examples/conversation.md