Create Test Plan
create_test_planCreate a test plan in Allure TestOps by listing test case IDs, applying an AQL filter, or both to define the set of test cases to execute.
Instructions
Create a new Test Plan in Allure TestOps.
This tool allows creating a Test Plan, which is a collection of Test Cases to be executed. You can define the content of the plan either by:
Explicitly listing Test Case IDs (
test_case_ids).Providing an AQL (Allure Query Language) filter (
aql_filter).Both (explicit selection + dynamic filter).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the test plan | |
| aql_filter | No | AQL query to select test cases | |
| output_format | No | Output format: 'json' (default) or 'plain'. | |
| test_case_ids | No | List of Test Case IDs to include |