add_run
Create a test run in TestRail, optionally including specific test cases by their IDs, to organize and track testing efforts.
Instructions
Create a test run. If case_ids is provided, include_all defaults to False.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| name | Yes | ||
| suite_id | No | ||
| description | No | ||
| case_ids | No | ||
| include_all | No |