For example: There 20 tests. Max retry for each test is 2. How to stop test run execution if there more than 4 failed tests?
something like /stoponerror for console, but more flexible. The /stoponerror option causes execution of the test run to terminate immediately on the first test failure or error.
I had tried to google and research nunit docs, but can't find any native solution.