create_suite
Add a test suite to a Qase project with required code and title; optional description, preconditions, and parent suite for nesting.
Instructions
Create a new test suite in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Project code (2-10 uppercase letters, numbers, or underscores) | |
| title | Yes | Suite title | |
| description | No | Suite description | |
| preconditions | No | Preconditions for tests in this suite | |
| parent_id | No | Parent suite ID for creating nested suites |