create_test_run
Create a new test run in a specified project by providing a name and project, optionally selecting all or specific test cases, adding details, deadline, and assignee.
Instructions
Creates a new test run in a project.
Args:
name: a new test run name
project: name or project ID where to create a test run
test_case_inclusion_type: One of 'ALL' or 'SPECIFIC'. If you specify 'ALL', all test cases in the project will be included in the test run.
If you specify 'SPECIFIC', then you will have to indicate the test cases to include as explained below.
test_cases: list of IDs, keys or names. Required if you have set test_case_inclusion_type to 'SPECIFIC'.
description: description of a test run
deadline: YYYY-MM-DD date
assigned_to: ID, name, or email of the user. If specified, the test run will be assigned to this user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| project | Yes | ||
| deadline | No | ||
| test_cases | No | ||
| assigned_to | No | ||
| description | No | ||
| test_case_inclusion_type | Yes |