add_run
Add a test run to a TestRail project by providing project ID, suite ID, and name. Optionally include specific test cases, assign to a user, or attach to a milestone.
Instructions
Add a new test run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| case_ids | No | ||
| suite_id | Yes | ||
| project_id | Yes | ||
| description | No | ||
| include_all | No | ||
| milestone_id | No | ||
| assignedto_id | No |