get_test_case_steps
Retrieve manual scenario steps for a test case, providing a root step and a flat map of all steps including body, expected result, and children IDs.
Instructions
Get manual scenario steps for a test case. Returns a normalized scenario with root step and a flat map of all steps (scenarioSteps), where each step contains body, expectedResult, children IDs, and optional sharedStepId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test case ID. Must be a number (integer), not a string. |