Create a new test suite with selected scenarios
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Display name for the test suite |
description | string | No | Optional description |
scenario_ids | array | Yes | Array of scenario UUIDs to include |
| Field | Type | Description |
|---|---|---|
id | string | Test suite UUID |
name | string | Display name |
description | string | Description (or null) |
scenario_count | number | Number of scenarios in the suite |
created_at | string | ISO-8601 creation timestamp |
| Code | Description |
|---|---|
MISSING_REQUIRED_FIELD | name or scenario_ids is required |
INVALID_FIELD_VALUE | scenario_ids must be a non-empty array |
ALREADY_EXISTS | A test suite with this name already exists |