Project Description
Add 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:
  1. Run Nunit-console and produce an XML log file
  2. Convert the Nunit XML output to an MSTest test results file (with a .trx extension)
  3. 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.
Last edited Jun 25 2008 at 4:10 AM by rbanks54, version 5

 

Want to leave feedback?
Please use Discussions or Reviews instead.

Archived page comments (2)

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Version 2009.6.1.15196