get_test_detail
Fetch complete details for a single test from a prior run, including the full stack trace, using the run ID and test name.
Instructions
Get complete details for a single test, including full stack trace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | The run ID from a previous test run | |
| testName | Yes | The test fullName or name to look up |