-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Marking test as skipped will prevent execution of all subsequent tests #379
Comments
If you run this test by Tester, you'll get two results: But if you run it as You can try:
|
Thanks for reply, but I think it would be handy that even in "serial mode" it would run all the tests until the first real failure (skip is not really a failure), or you will be sure that all tests have passed. |
I hope solved by #380 |
Description
If test is marked as skipped, all subsequent tests will not execute.
Steps To Reproduce
giving no indication that second test is failing. Such behaviour causes that I prefer commenting out the test rather than makring it as skipped.
BTW if you swap the order of the tests, it will execute the failing test and fail as expected, which is inconsistent behaviour. Order of methods should never matter.
The text was updated successfully, but these errors were encountered: