-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All the tests will re-run even if a single test failed #87
Comments
@jan-molak any thoughts? |
@rakeshnambiar if you're using Serenity/JS with the Mocha adapter, you can tell Mocha to retry the failed tests, therefore removing the need for I'll be adding support for retrying failed Cucumber tests soon. |
@rakeshnambiar are u running your suite in parallel , let s say using sauce labs? Also note, the mocha retry may address your issue, even though the mechanism is different:
|
@dreuxl no, the execution in the sequential order on selenium-grid. I am not using the Mocha runner and it's a cucumber test by using |
I think this could happen if you have your specs inside capabilities. Moving it outside capabilities will solve issue. |
All the tests will re-run even if a single test failed. I am using
serenity-js framework
[chai assertions].Configuration:
The text was updated successfully, but these errors were encountered: