get_test_summary
Detect flaky tests by retrieving the pass/fail history of a specific test across multiple builds.
Instructions
Get summary of a test across builds — shows pass/fail history to detect flaky tests.
Args:
project: CDash project name (e.g. "PublicDashboard").
test_name: Exact name of the test.
date: Optional date (YYYY-MM-DD). Defaults to today.
limit: Maximum number of builds to return (default 50, max 200).
offset: Number of builds to skip (default 0). Use for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| limit | No | ||
| offset | No | ||
| project | Yes | ||
| test_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |