get_test_trend
Track a test's reliability over time to see if it is becoming more or less stable. Use trend data to spot flaky tests before they disrupt your suite.
Instructions
Get trend data for a test over time, useful for seeing if a test is getting more or less reliable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Days to look back (default: 30) | |
| spec_file | Yes | The spec file path | |
| project_id | No | Project ID to filter by (optional) | |
| test_title | No | Specific test title (optional) | |
| granularity | No | Time granularity for trend data (default: 'day') | day |