find_similar_failures
Find test results matching a defect pattern in a launch to detect flaky tests and group failures by root cause.
Instructions
Find test results that match a defect pattern within a launch. Use this to detect flaky tests and group failures by root cause: pass launchId to scope the search, optionally pass a defectId to check match against a specific defect. Returns test results that are candidates for linking to the defect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| launchId | No | Launch ID to scope the search. Must be a number (integer), not a string. | |
| defectId | No | Defect ID to match against. Must be a number (integer), not a string. | |
| page | No | Page number, 0-based. | |
| size | No | Page size. |