webdriverio-boneyard / wdio-cucumber-framework

A WebdriverIO v4 plugin. Adapter for Cucumber testing framework.
MIT License
77 stars 61 forks source link

rerun failed scenarios #64

Closed aloksukhwal closed 7 years ago

aloksukhwal commented 7 years ago

I am using wdio-cucumber-framework for our project and want capability to re-run the failed scenarios completely instead of just re-trying the failed steps. Is there a way to do it? I have tried using cucumber option 'rerun' in webdriverio config, but it doesn't generate any rerun file.

Does this framework support it? If yes, how to use it? If not, is anyone working on it? If not, I can try to look into it.

Please let me know. Thanks

christian-bromann commented 7 years ago

Does this framework support it?

Atm only retrying steps is possible

If not, is anyone working on it?

Not sure, don't think so

If not, I can try to look into it.

That would be awesome! We are about to upgrade to Cucumber v2 so make sure it works with that version.

Also join our Gitter for such question. This is not necessary an issue.

deepikadixitb commented 6 years ago

Is there any update on this issue? I am looking forward to this feature.