kroe761
11 years agoContributor
Stop individual tests in a project upon error and proceed to next one?
I have a project suite consisting of several projects (local and distributed) and several tests within each project. How can I set up my project so that if a test within a project fails, it stops that test on error, but not the whole project? I want to be able to find out which tests fail, not which projects that fail. From what I understand, "Stop on Error" on the project will stop the entire project and move on the next one in the suite, which isn't what I want. Thanks!