The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I'm attempting to use the XrayExportBuilder to export a set of tests from xray to execute a regression suite. However, because i link tests to the issue that is being tested, I end up with the same test exported multiple times.
E.g. with no linking of tests, tests are exported to a feature file called 1.feature
E.g. with linking of tests, tests are exported to a feature file called 1_ISSUE_KEY.feature. If a test is linked to multiple issues, the test will be exported to multiple files - 1_ISSUE_KEY.feature, 2_ISSUE_KEY.feature
I'm using the exporter like this
step([$class: 'XrayExportBuilder', filePath: filePath, issues: listOfIssues, serverInstance: instanceId])
is there any way to just export each test case once?
Hi @Bronagh Deane ,
currently, this depends on global behaviour defined in Xray global settings; if you're using Xray server please check the documentation here.
This will affect how Xray works in the Cucumber export feature for all users.
Regards,
Sérgio Freire
=======================================
A personal blog on testing, Agile, and software development: https://sergiofreire.com
Follow me on Twitter: https://twitter.com/darktelecom
This month the spotlight is on AppLiger. We caught up with Pavel Pavlovsky, CEO and Product Manager, to learn how the company started and what fuels the team's creativity. Atlassian:...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.