addSuite
Add a test suite to a TestRail project. Provide project ID and suite name; description is optional.
Instructions
Creates a new test suite in the specified project / 指定されたプロジェクトに新しいテストスイートを作成します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | TestRail Project ID where the suite will be created / スイートを作成するTestRailプロジェクトID | |
| name | Yes | Name of the test suite / テストスイートの名前 | |
| description | No | Description of the test suite (optional) / テストスイートの説明(任意) |