Get Test Case Details
get_test_case_detailsRetrieve complete details of a test case, including steps, tags, custom fields, and attachments, to understand its current state before making updates.
Instructions
Get complete details of a specific test case.
Retrieves all information about a test case including its steps, tags, custom fields, and attachments. Use this before updating a test case to understand its current state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Allure TestOps project ID to list test cases from. | |
| test_case_id | Yes | ID of the test case to retrieve. | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| name | No | ||
| tags | No | ||
| steps | No | ||
| status | No | ||
| attachments | No | ||
| description | No | ||
| precondition | No | ||
| custom_fields | No |