TheBrainFamily / cypress-cucumber-example

Example of using Cypress with Cucumber
MIT License
195 stars 120 forks source link

Unable to re-execute only a scenario #22

Open jlin412 opened 4 years ago

jlin412 commented 4 years ago

If you have multiple scenarios in a feature, you will have to execute all scenario instead of just one scenario in the dashboard. That is probably most common usage during debugging to execute a single scenario rather than the whole feature. Is there a way to support that?

image

okabache commented 4 years ago

Hi, We have the same problem. It's really annoying to launch all the scenarios instead of a one tagged scenario. Is it scheduled to do?

lgandecki commented 4 years ago

You can use @focus for that

jlin412 commented 4 years ago

@lgandecki If I use @focus tag, it is automatically focusing on the scenario in the cy dashboard?

lgandecki commented 4 years ago

I don't understand. Try it and see? 🙂