nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01837
[Bug 730891] Re: GUI runner option to stop upon failure
I posted to the mailing list asking for opinions on this. You may want
to join that thread.
>From one comment, I began to wonder if your situation could be modeled using some level of setup. If a setup
fails, then all the tests under the control of that setup are immediately failed without trying to run them.
Of course, unrelated tests would continue to run but if you put the code
in a high-level setup method, you could prevent lots of tests from
running.
--
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
https://bugs.launchpad.net/bugs/730891
Title:
GUI runner option to stop upon failure
Status in NUnit Test Framework:
New
Bug description:
Feature request. Add an option to the GUI runner (maybe in Settings)
to allow the user to specify whether to stop running multiple tests
upon first failure. By default the feature would be off.
This feature would make it easier to debug intermittent failures while
running integration tests with the GUI runner.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-3.0/+bug/730891/+subscriptions
References