add_collections_to_execution
Add whole test collections to a manual execution, snapping them in with their own identity. Use when work is already gathered. Skips duplicates, shadows, and foreign collections.
Instructions
Add whole Test Collections to a Manual Test Execution. Each is snapshotted in and keeps its own identity inside the execution. Pick this when the work is already gathered into a Collection. Use add_suites_to_execution to take the current cases of a suite instead, and add_cases_to_execution for loose cases, which need a new named group. Collections from another project are skipped, as are shadow collections, and one already in the execution is skipped rather than snapshotted twice. Returns {added, skipped}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| executionId | Yes | Execution UUID | |
| collectionIds | Yes | Test Collection UUIDs |