testmo_create_run
Create a new manual test run in a project, selecting all cases or a specific set of case IDs.
Instructions
Create a new manual test run in a project. Requires name, state_id (from testmo_list_states, entity 'run') and include_all. When include_all is false you must pass cases (array of case IDs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docs | No | Description / body text | |
| name | Yes | Run name | |
| note | No | Short note (max 80 chars) | |
| tags | No | Tag strings | |
| cases | No | Case IDs to include (required when include_all is false) | |
| assign | No | Assign the run's tests to the creating user | |
| state_id | Yes | Workflow state ID for the run (entity 'run') | |
| config_id | No | Configuration ID | |
| origin_id | No | Existing run ID to clone cases from | |
| project_id | Yes | Project ID | |
| include_all | Yes | true = include all project cases; false = use `cases` | |
| milestone_id | No | Milestone ID |