Skip to content
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

Open
naoyteruh opened this issue Aug 12, 2015 · 1 comment
Open

Unable to stop test suite #163

naoyteruh opened this issue Aug 12, 2015 · 1 comment

Comments

@naoyteruh
Copy link

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,

@ghguy
Copy link

ghguy commented Aug 19, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants