create_test_case
Create test cases attached to suites with customizable type, priority, status, and assignee. Supports functional, performance, regression, security, smoke, and usability types.
Instructions
Create a test case attached to a suite. Requires project and suite. Defaults: type=functional, priority=medium, status=draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | a string that will be trimmed | |
| suite | Yes | a string that will be trimmed | |
| name | Yes | a string that will be trimmed | |
| description | No | Test case description | |
| type | No | Test case type (default: functional) | |
| priority | No | Test case priority (default: medium) | |
| status | No | Test case status (default: draft) | |
| assignee | No | a string that will be trimmed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |