Hi all,
I'm using pytest framework for e2e tests.
Currently I need to export tests execution results into the Xray. pytest-jira-xray plugin is being used for these purposes.
When test run is over I'm getting the following error:
HTTPError: Could not post to JIRA service at https://xray.cloud.getxray.app/api/v2/import/execution. Response status code: 400
Error message from server: Result is not valid Xray Format
Quick investigation (adding --xraypath=xray.json to save execution results into the XRAY execution report file instead of direct reporting on the server) resulted in "test" section being empty, which results in Xray not being able to map the results to Xray artifacts:
Could anyone suggest any ideas why this can be happening?
Hey, did you find a solution for this issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.