get_test_history
Retrieve execution history for a specific test by title path to see pass/fail timeline, duration changes, and retry patterns. Identify when a test began failing or became flaky.
Instructions
Get execution history for a specific test by its title path. Shows pass/fail timeline, duration changes, and retry patterns. Useful for understanding when a test started failing or became flaky.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback period in days | |
| limit | No | Maximum number of executions to return | |
| projectId | Yes | Project UUID | |
| titlePath | Yes | ONE segment of the title path, normally the test name itself (e.g. "should validate credentials"). Matching is a case-insensitive substring of the stored title-path array, so a " > "-joined path matches nothing and returns an empty history rather than an error. search_tests and get_launch_tests return titlePath as an array - pick one segment out of it. |