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

Stop tests execution if one test is failed #697

Open
VladKorzun opened this issue Sep 7, 2017 · 1 comment
Open

Stop tests execution if one test is failed #697

VladKorzun opened this issue Sep 7, 2017 · 1 comment

Comments

@VladKorzun
Copy link

Is there a way to stop tests execution if any test is failed? My first couple tests are checking for correct app setup and if there something wrong (server is down or an error occurred) I have no need to continue testing because all other test will fail for sure.

@orta
Copy link
Contributor

orta commented Sep 7, 2017

Not to my knowledge, you could build this.

Perhaps by reading the environment variables for a specific one and calling exit(1) on the fail?

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