GetUnitTestResult
Retrieve ABAP Unit test run results by providing the run identifier. Supports output in abapunit or junit format.
Instructions
Retrieve ABAP Unit test run result for a run_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Run identifier returned by unit test run. | |
| with_navigation_uris | No | Include navigation URIs in result if supported. | |
| format | No | Result format: abapunit or junit. |