import_test_results
Import automated test results from JUnit, Cucumber, Xray JSON, Robot Framework, or TestNG formats into Xray Test Management for centralized tracking and analysis.
Instructions
Import automated test execution results from various formats (JUnit, Cucumber, Xray JSON, Robot Framework, TestNG)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | Format of the test results to import | |
| results | Yes | Test results content as XML or JSON string | |
| projectKey | Yes | Jira project key (e.g., "PROJ") | |
| testPlanKey | No | Optional: Test plan key to associate results with (e.g., "PROJ-123") | |
| testEnvironments | No | Optional: Test environments (e.g., ["Chrome", "Production"]) | |
| testExecKey | No | Optional: Existing test execution key to update |