add_run
Create a new test run in TestRail by specifying project details, name, and optional parameters like test cases or assignments.
Instructions
Create a new test run
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| suite_id | No | Suite ID (optional) | |
| name | Yes | Run name | |
| description | No | Run description (optional) | |
| milestone_id | No | Milestone ID (optional) | |
| assignedto_id | No | User ID to assign (optional) | |
| include_all | No | Include all test cases (optional) | |
| case_ids | No | Specific case IDs (optional) |