testrail_add_run
Create a new TestRail test run by specifying project ID and name, with optional suite, milestone, case selection, and assignee details.
Instructions
Create a new test run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the test run | |
| case_ids | No | Optional array of case IDs to include (when include_all is false) | |
| suite_id | No | Optional suite ID | |
| project_id | Yes | The ID of the project | |
| description | No | Optional description | |
| include_all | No | Whether to include all test cases (default: true) | |
| milestone_id | No | Optional milestone ID | |
| assignedto_id | No | Optional user ID to assign the run to |