compare_test_runs
Compare test failures between two runs to identify regressions, highlighting new, fixed, and persistent failures. If no base run is specified, compares against the most recent prior run.
Instructions
Compare test failures between two runs to identify regressions. Shows new failures, fixed tests, and persistent failures. If base_run_id not provided, compares against most recent prior run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Current GitHub Actions workflow run ID | |
| job_name | Yes | Job name to compare (e.g., "Test (Blacksmith/Self-Hosted)") | |
| base_run_id | No | Base run ID to compare against. If not provided, compares against most recent prior run. |