Partially Succeeded.. nUnit
Is there any way to make a build successful or partially successful if nUnit test fail?
I'm using the Team City nUnit launcher and tried to add a ContinueOnError="true" to no avail...
Thanks,
Gavin
Please sign in to leave a comment.
Take a look at the Fail build if section at the first page of build configuration settings. There is an option "fail build if at least one test failed" and it is turned on by default.