create_test_suite
Create a test suite to group test cases and scenarios for CI integration. Configure name, folder, priority, tags, environment, and runner.
Instructions
Create a new test suite for CI grouping. Suites can contain test cases and test scenarios.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Suite name | |
| tags | No | Tag names | |
| folderId | No | Folder ID (0 for root) | |
| ordering | No | Sort order | |
| priority | No | Priority (1=high, 2=medium, 3=low) | |
| runnerId | No | Default runner ID | |
| description | No | Suite description | |
| environmentId | No | Default environment ID for running tests |