We use NUnit to execute integration tests. These tests are very time consuming. Often the only way to detect a failure is on a timeout.
I would like the tests to sto
Using nunit-console, you can achieve this by using the /stoponerror command line parameter.
See here for the command line reference.