get_correlated_failures
Find tests that fail together with a given test to uncover shared setup issues, test pollution, or dependencies.
Instructions
Find tests that tend to fail together with a given test. High correlation suggests shared setup issues, test pollution, or dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Days to look back (default: 30) | |
| spec_file | Yes | The spec file to find correlations for | |
| project_id | No | Project ID to filter by (optional) | |
| test_title | No | Specific test title (optional) | |
| min_correlation | No | Minimum correlation threshold 0-1 (default: 0.5) |