testzeus-dashboards#
View TestZeus dashboards and metrics such as pass/fail trends and summaries.
Category: dashboards · Version: 1.0.0 · Requires: testzeus-auth
Triggers: dashboard, metrics, pass fail trends, test health, overview
Triggers#
See triggers.md for pattern matching rules.
Overview#
Guides AI agents in displaying test dashboards and metrics. Focus on high-level insights and actionable visualizations.
Capabilities#
Display test overview dashboards
Show environment health
View trend charts
Compare metrics across time periods
Response Formatting#
Dashboard Display#
{
"component": "Dashboard",
"props": {
"title": "Test Overview",
"widgets": [
{ "type": "metric", "title": "Total Tests", "data": { "value": 1234 } },
{ "type": "metric", "title": "Pass Rate", "data": { "value": "98.5%" } },
{ "type": "status", "title": "Health", "data": { "passed": 98, "failed": 2 } },
{ "type": "chart", "title": "Trends", "data": {...} }
],
"columns": 2
}
}
Best Practices#
Lead with key metrics
Use appropriate visualizations
Highlight anomalies or trends
Make actionable recommendations
Examples#
See examples/conversation.md