Create Test Layer
create_test_layerCreate a test layer to define taxonomy for categorizing test cases (e.g., Unit, Integration) in Allure TestOps.
Instructions
Create a new test layer in Allure TestOps.
Test layers define taxonomy for categorizing test cases. Common examples include 'Unit', 'Integration', 'E2E', 'UI', 'API', etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the test layer (e.g., 'Unit', 'Integration', 'E2E'). | |
| project_id | No | Allure TestOps project ID to create the test layer in. | |
| output_format | No | Output format: 'json' (default) or 'plain'. |