get_coverage_gaps
Expose test coverage gaps by finding unlinked test cases, folders with low automation rates, and recent autotests without linked cases. Use these findings to plan and improve coverage.
Instructions
Identify test coverage gaps in a project. Shows test cases without linked autotests, folders with low automation rates, and (reverse gap) autotests seen in the most recent launches that are not linked to any test case. Useful for test planning and coverage improvement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of unlinked cases to return | |
| projectId | Yes | Project UUID to analyze | |
| recentLaunches | No | How many of the most recent launches to scan for autotests that are not linked to any test case (reverse coverage gap). Default and max: 10. | |
| automationThreshold | No | Folders below this automation % are flagged as low coverage (default: 50) | |
| includeUnlinkedCases | No | Include list of test cases without linked autotests |