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

Continue running after failure #2

Open
RobLoach opened this issue Jun 22, 2015 · 1 comment
Open

Continue running after failure #2

RobLoach opened this issue Jun 22, 2015 · 1 comment

Comments

@RobLoach
Copy link
Collaborator

When testit runs into a failed test, it stops execution. Is there a way to have it continue running through the other tests?

@ForbesLindesay
Copy link
Owner

What you would need to do is modify the code that runs on failure to add a way of continuing:

https://github.com/ForbesLindesay/testit/blob/master/lib/suite.js#L62-L65

I deliberately made it bail by default as that was almost always the behaviour I actually wanted (at least running it locally). A no-bail mode would definitely be useful though.

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