You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
Hello, I'm facing a similar issue as described in mochajs/mocha#1014 thread. I have a test suite with 100+ scenarios, and also I have beforeEach hook. But sometimes something may go wrong and 'beforeEach' hook can be failed. I don't need to stop the whole test suite execution, instead, I need to continue execution of the following test scenarios. But it looks like mocha just exits and test execution is stopped. I tried the solution from mochajs/mocha#1014, changed some parts of the code and it works as I need. Could someone add this fix to wdio-mocha-framework? Thanks!
The text was updated successfully, but these errors were encountered:
Hello, I'm facing a similar issue as described in mochajs/mocha#1014 thread. I have a test suite with 100+ scenarios, and also I have beforeEach hook. But sometimes something may go wrong and 'beforeEach' hook can be failed. I don't need to stop the whole test suite execution, instead, I need to continue execution of the following test scenarios. But it looks like mocha just exits and test execution is stopped. I tried the solution from mochajs/mocha#1014, changed some parts of the code and it works as I need. Could someone add this fix to wdio-mocha-framework? Thanks!
The text was updated successfully, but these errors were encountered: