get_test_result_retries
Retrieve retry history for a test result to detect flaky tests by comparing status across previous attempts.
Instructions
Get the retry history for a test result. Returns the list of previous attempts for the same test in the same launch. Key tool for flaky test detection: if a test failed on attempt 1 but passed on attempt 2, it is a flaky test, not a real failure. Check status across retries to assess reliability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test result ID. Must be a number (integer), not a string. | |
| page | No | Page number, 0-based. | |
| size | No | Page size. |