import_execution_results
Import test execution results in Xray JSON format, creating test executions and test runs with results.
Instructions
Import test execution results in Xray JSON format. Creates test executions and test runs with results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results_json | Yes | Xray JSON format execution results as a JSON string. Example: {"testExecutionKey": "EXM-789", "tests": [{"testKey": "EXM-1", "status": "PASS"}]} |