cross_reference_flakiness
Score test failures against flakiness history to distinguish known flaky tests from real regressions, returning probability scores per test.
Instructions
Given a list of test failures and a flakiness history, score each failure by how likely it is to be a known flaky test vs a real regression. Returns probability scores per test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failures | Yes | Failures to evaluate | |
| flakinessHistory | Yes | Historical flakiness data — testName, suiteName, flakyProbability (0–1), recentFailures, totalRuns |