get_test_history
Retrieve failure history for a specific test across recent CI runs. See pass/fail status, branches, and error messages for failures.
Instructions
Get the failure history for a specific test across recent runs. Shows when it passed/failed, on which branches, and error messages for failures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of historical results to return (default: 10) | |
| suite | No | Test suite name (helps disambiguate if multiple tests have same name) | |
| job_name | Yes | Job name to search in (e.g., "Test (Blacksmith/Self-Hosted)") | |
| test_name | Yes | Name of the test to look up |