create_run
Create a new test run in a Qase project by specifying project code, title, and optional test cases, environment, or plan.
Instructions
Create a new test run in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Project code (2-10 uppercase letters, numbers, or underscores) | |
| title | Yes | Test run title | |
| description | No | Test run description | |
| environment_id | No | Environment ID for this run | |
| milestone_id | No | Milestone ID for this run | |
| plan_id | No | Test plan ID to base this run on | |
| cases | No | Array of test case IDs to include in the run | |
| is_autotest | No | Mark as automated test run | |
| start_time | No | Start time in RFC3339 format (e.g., "2024-01-15T10:00:00Z") | |
| end_time | No | End time in RFC3339 format (e.g., "2024-01-15T12:00:00Z") | |
| custom_field | No | Custom field values | |
| tags | No | Tags for categorization |