Get Test Case Details
get_test_case_detailsRetrieve full details of a test case, including steps, tags, custom fields, and attachments, to understand its 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'. |