test_suite_create
Create a test suite — an organizational grouping of tests and test plans. Suites nest via parentSuiteId. Returns the created suite (id, displayId like S001, name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Suite name (required) | |
| description | No | Optional suite description | |
| parentSuiteId | No | Parent suite id to nest this suite under (omit for a top-level suite) |