add_suites_to_execution
Add test suites to an execution, including a snapshot of each suite's current cases. Suites outside the execution's project are skipped; already present suites are ignored. Returns counts of added and skipped.
Instructions
Add one or more Suites (folders of type suite) to an execution. Each suite's current cases are snapshotted in. Suites must belong to the execution's project; others are skipped. Idempotent: suites already present in the execution are skipped (not duplicated). Returns {added, skipped}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suiteIds | Yes | Suite (folder) UUIDs | |
| executionId | Yes | Execution UUID |