get_launches_trends
Analyze project launch trends to track pass rates, failing tests, flaky tests, and duration changes over a specified period.
Instructions
Get comprehensive trend data for a project including pass rates, failing tests, flaky tests, duration trends, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback period in days (1-365) | |
| tags | No | Filter runs by these tags | |
| topN | No | Limit for top-N lists (failing, flaky, slowest tests) | |
| include | No | Which trends to include in response | |
| projectId | Yes | Project UUID to analyze |