How to get one single Cucumber feature for several requirements?

Damien November 15, 2019

XRay Manual page here states: "A single Cucumber feature file is generated for each requirement associated with this Test."

And unfortunately, that's what happens: As many identical Cucumber features as there are independent stories (independent = not belonging to the same epic) are created. And therefore, if a test covers 3 stories, automation will execute the same feature 3 times, despite one single execution would be sufficient. :(

Use case: a long duration test over 24 hours, used to check for robustness of K8S config, that also cover other requirements, e.g., related to data volume capacity. How can we run it only once?

Has anyone faced the same issue? Do you know if we can parameter XRay, or Behave or Jenkins, or whatever so that a "A single Cucumber feature file is generated for each test, whatever the number of requirements associated with this test." ?

Thanks

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events