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.
we would like to be able to import multiple results to one Test Execution for Cucumber.
https://jira.xpand-it.com/browse/XRAYJENKINS-5 was added to Jenkins R1.3.0 but does not support cucumber. Are there any plans to extend this feature to Cucumber ?
Hi Lucy,
We support this feature but under a different name (and only for Xray Server/DC). In Jenkins, if you are to import several Cucumber result files by using the "Compressed .zip file" option.
If that doesn't fit your needs, you can use the Xray Cloud/Server Rest API by using a bash script step in your Jenkins project.
Best regards,
Xray Team
In my project there is 2 feature files and its generating a single cucmber.json file with two arrays for each feature file.I splitted this cucmber json to 2 seperate json file json1&json2 for each feature file.i zipped this file to a single folder.
My intention is to import these two results in separate execution keys through a single curl command.initially i posted the cucumber.json with below curl command and then whole results are posting in one execution key(test execution key)
POST /rest/raven/1.0/import/execution/cucumber
Then i tried with zip file of above Json1&json2 with below bundle command.Its not throwing any messages in curl terminal and no updates in execution key
POST /rest/raven/1.0/import/execution/bundle
can some one advice me on this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Since the two reports are found inside the same file, and there is not tag referring Test Executions keys, they will be imported in a single Test Execution.
The only alternative is to have in each report a tag referencing a different Test Execution key, that already exists in Jira. In this case, Xray will map the report to the respective Test Execution key.
If you need additional help, please contact the Xray Support (http://xraysupport.xpand-it.com ) so that we can request additional information and help further.
Kind regards,
Rogério Paiva [Xray Support Team]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.