add_suites_to_execution
Add entire test suites to a manual execution, snapshotting current cases and skipping duplicates or suites from other projects.
Instructions
Add whole Suites to a Manual Test Execution. The cases each suite holds are snapshotted in as they stand now, and the suite keeps its own identity inside the execution. Pick this when the work is organised by suite. Use add_collections_to_execution when it is already gathered into a Test Collection, and add_cases_to_execution for loose cases, which need a new named group instead. Suites from another project are skipped, and a suite already in the execution is skipped rather than snapshotted twice. Returns {added, skipped}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suiteIds | Yes | Suite (folder) UUIDs | |
| executionId | Yes | Execution UUID |