xray_import_execution_results
Import automated test execution results into Xray. Supports JUnit, NUnit, XUnit, Robot, TestNG, Cucumber, Behave, and JSON formats. Optionally specify a project or Test Execution issue.
Instructions
Imports automated test execution results into Xray. Supports formats: junit, nunit, xunit, robot, testng, cucumber, behave, json. Provide the full report content as a string. Optionally target a specific project or existing Test Execution issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | Format of the test report to import into Xray. | |
| projectKey | No | Jira project key, e.g. 'OQA10', 'GAP'. | |
| testExecKey | No | Key of an existing Test Execution issue to update, e.g. 'OQA10-42'. | |
| reportContent | Yes | Full content of the test execution report as a string. |