add_collections_to_execution
Add test collections to an execution as manual test runs. Only collections from the execution's project are included; others are skipped, and the result returns added and skipped.
Instructions
Add one or more Test Collections (manual runs) to an execution. Each is snapshotted in as a test run. Collections must belong to the execution's project; others are skipped. Idempotent: collections already present in the execution are skipped (not duplicated). Returns {added, skipped}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| executionId | Yes | Execution UUID | |
| collectionIds | Yes | Collection (manual run) UUIDs |