create_test_run
Create a new test run in TestRail by providing a suite ID and name, with optional specific test case IDs.
Instructions
Create a new test run in the configured TestRail project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the test run | |
| case_ids | No | Optional: Specific test case IDs to include. If omitted, includes all cases in suite. | |
| suite_id | Yes | The ID of the test suite | |
| description | No | Optional description of the test run |