I would like to add a cucumber.json
file to an existing Test Execution and update the test execution with new results. Currently, I am using the endpoints /cucumber
and /cucumber/multipart
, and they work as expected and create a new issue, e.g.:
curl -H "Content-Type: multipart/form-data" -X POST -F info=@issueFields.json -F results=@cucumber.json -H "Authorization: Bearer -token" https://xray.cloud.getxray.app/api/v2/import/execution/cucumber/multipart
https://xray.cloud.getxray.app/api/v2/import/execution/cucumber/multipart/<issueKey>
https://xray.cloud.getxray.app/api/v2/import/execution/cucumber?testExecIssueKey=<issueKey>
Is there a way to update an existing Test Execution issue using the Xray Cloud API (e.g., by specifying the testExecutionKey
or another method)? If yes, how should the curl
command look?
Thank you for your help! 😊
Hi @Jennifer Groß ,
Welcome to the community,
See if this documentation is helpful to you: Cucumber JSON results Multipart
If not, I would recommend you to reach out to our support here.
Best, Francisco
Hello @Francisco Fonseca _Xray_ ,
Thank you for your answer.
The docu is already known but unfortunately doesn't help.
Also, it looks like there's a small copy-paste mistake in the support email link :D
Could you please send me the correct email address?
Many thanks in advance,
Jennifer Groß
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jennifer Groß , thank you for letting me know.
This should be the link: https://jira.getxray.app/servicedesk/customer/portal/2
Best, Francisco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.