get_test_case_by_key
Retrieve detailed test case information from Zebrunner Test Case Management using a specific case key, supporting multiple output formats for QA analysis.
Instructions
🔍 Get detailed test case by key (✅ Verified Working)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | No | Project key (e.g., 'android' or 'ANDROID') - auto-detected from case_key if not provided | |
| case_key | Yes | Test case key (e.g., 'ANDROID-29', 'IOS-2') | |
| format | No | Output format | json |
| include_debug | No | Include debug information in markdown | |
| include_suite_hierarchy | No | Include featureSuiteId and rootSuiteId with suite hierarchy path | |
| include_clickable_links | No | Include clickable links to Zebrunner web UI |