Add cases to run
kiwi_run_add_caseAdd test cases to a Kiwi TCMS test run by specifying run ID and comma-separated case IDs, creating test executions for each.
Instructions
TestRun.add_case: add one or more cases to the run (creates TestExecutions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Test run id | |
| case_ids | Yes | Comma-separated case ids, e.g. 12,34,56 |