add_cases_to_collection
Add existing test cases to a test collection, skipping duplicates to prevent errors. Only cases from the same project are accepted.
Instructions
Add test cases to an existing test collection. Cases must exist and belong to the same project. Duplicate cases are skipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseIds | Yes | Numeric test case IDs to add (e.g., [1, 2, 3]) | |
| collectionId | Yes | Test collection UUID |