Add test runs to a suite
qtest_add_test_runsCreate executable test runs in a test suite from test case IDs, enabling test execution.
Instructions
Create test runs inside a test suite from a list of test case IDs. Each run represents one executable instance of a test case. Use qtest_list_test_cases to find test case IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Numeric project ID. | |
| testCaseIds | Yes | Numeric test case IDs to add as runs. | |
| testSuiteId | Yes | Target test suite ID (runs are created inside it). |