As you can see in my example image below, it looks like i have to create a test-case for every scenario. But i would like to have one test-case and they should have multiple scenarios. Is this possible somehow?
Hey Nitin,
as i replied in another thread you cannot add multiple scenarios into a single xRay test. But you can also use this scenario outline for your issue shown in the screenshot.
(Atleast thats how i understood it)
Btw.: If you use Cypress you dont need to wait for 3 seconds, its a build in feature from cypress that will wait for everything to load, until going into the next step
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.