Project DescriptionAdd support for NUnit to TFS 2008's Team Build so that your NUnit test results are visible in the build log and incorporated into the data warehouse for reporting.
Great for teams with an existing investment in NUnit tests, or those who prefer NUnit over other testing frameworks.
To add support for NUnit to your build you need to follow a few simple steps and apply the scripts from this project:
- Run Nunit-console and produce an XML log file
- Convert the Nunit XML output to an MSTest test results file (with a .trx extension)
- Use MSTest /publish to push merge the trx file with an existing build
And then your build logs will look something like this:
Fortunately there is a
sample script that you can include into your build. You then just need to obtain both the XSL Transform (see Releases) and make sure you have the following pre-requisites for your build server:
This release is tested with
NUnit 2.4.7 For more information see:
http://richardsbraindump.blogspot.com/2008/06/merging-nunit-build-results-into-tfs.html and the
developer notes.