get_automation_chart
Retrieve test automation coverage trend data over time for project analysis using time ranges and intervals.
Instructions
Get automation trend chart data for a project (test automation coverage over time).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Project ID. Must be a number (integer), not a string. | |
| projectName | No | Project name (alternative to projectId). | |
| tcRql | No | RQL filter for test cases. | |
| launchRql | No | RQL filter for launches. | |
| from | No | Start of time range (Unix timestamp ms). Must be a number, not a string. | |
| to | No | End of time range (Unix timestamp ms). Must be a number, not a string. | |
| offset | No | Timezone offset in minutes. Must be a number, not a string. | |
| interval | No | Time interval for grouping. One of: "hour", "day", "week", "month". |