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
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.