Export Test Run
export_test_runExport a test run as a report. format 'json' (default), 'html' or 'junit' — use junit for CI systems that consume JUnit XML. Returns the report content inline. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Report format: 'json' (default), 'html' or 'junit' | json |
| testRunId | Yes | Public Id (Guid) of the test run |