create_run
Creates a new test run in TestRail, including all cases by default or selected cases when specified.
Instructions
Create a new test run.
By default includes every case in the suite (include_all=True). Pass an
explicit case_ids list and set include_all=False to scope the run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| refs | No | ||
| case_ids | No | ||
| suite_id | No | ||
| project_id | No | ||
| description | No | ||
| include_all | No | ||
| milestone_id | No |