create_test_run
Create a test run in a project by providing a project identifier and test run name, with optional description and due date as Unix timestamp in milliseconds.
Instructions
Create a test run in a project. For bulk creation from a plan, use run_test_plan instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | a string that will be trimmed | |
| name | Yes | a string that will be trimmed | |
| description | No | Description | |
| dueDate | No | Due date as Unix timestamp in milliseconds |
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. |