create_test_suite
Create a test suite in a TestLink project, optionally nested under a parent suite, with settings for duplicate names.
Instructions
Create a test suite inside a project, optionally nested under a parent suite (tl.createTestSuite).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | ||
| details | No | Description / notes for the suite. | |
| parentId | No | Parent test suite id, if nesting. | |
| testProjectId | Yes | ||
| testSuiteName | Yes | ||
| checkDuplicatedName | No | ||
| actionOnDuplicatedName | No | block |