Programatically Gathering NUnit results
Posted
by skb
on Stack Overflow
See other posts from Stack Overflow
or by skb
Published on 2010-06-11T18:34:37Z
Indexed on
2010/06/11
18:42 UTC
Read the original article
Hit count: 297
nunit
|nunit-console
Hi. I am running some NUnit tests automatically when my nightly build completes. I have a console application which detects the new build, and then copies the built MSI's to a local folder, and deploys all of my components to a test server. After that, I have a bunch of tests in NUnit dll's that I run by executing "nunit-console.exe" using Process/ProcessStartInfo. My question is, how can programatically I get the numbers for Total Success/Failed tests?
© Stack Overflow or respective owner