add_cases_to_collection
Add existing test cases to a collection, skipping duplicates, to keep test sets organized and complete.
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 |