You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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?