-
Notifications
You must be signed in to change notification settings - Fork 63
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
Unable to stop test suite #163
Comments
There is no way to "stop" DalekJS if any of the condition failed. You could try process.exit(1); of NodeJS. Yes, console.log does not work c.f. in other tool like Protractor, console.log is probably wrapped by Protractor and it works. |
This was referenced Jul 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
While running a test suite, i'am unable to stop, kill the dalekjs process if condition to continue are not satisfied...
Is there any way to achieve this ?
Bonus : i would like to log a message as well.
Regards,
The text was updated successfully, but these errors were encountered: