get_run_error_clusters
Groups failing tests in a run by error signature to identify failure patterns and triage root causes. Provide project ID and test run ID; optionally filter by test status.
Instructions
Groups failing tests in a run by error signature to identify patterns and triage failures at scale. Use this after list_testruns to drill into why a run failed — it surfaces clusters of tests sharing the same root-cause error. Filter by status to focus on definitively failed tests, flaky tests, or all. Requires projectId and testrun_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by test status. 'failed' shows definitively failed tests, 'flaky' shows flaky tests, 'all' (default) includes both. | |
| projectId | Yes | Project ID (Required). The TestDino project identifier. | |
| testrun_id | Yes | Test run ID (Required). The run to cluster errors for. |