If you’re using CruiseControl.NET for continuous integration services, you can see the unit test results for xUnit.net on the build summary page.
To install support for CCnet
Configure the xUnit.net MSBuild task to output with the Xml= attribute, as shown below:
Edit your CCnet build task (in C:\Program Files\CruiseControl.NET\server\ccnet.config) to merge your XML files into the CCnet build output, as shown below:
Download the xUnitSummary.xsl file and save it to C:\Program Files\CruiseControl.NET\webdashboard\xsl
Edit C:\Program Files\CruiseControl.NET\webdashboard\dashboard.config and add a line for the summary, as shown below (highlighted in yellow):
Reset the IIS server that’s running CCnet
Force a build and see the results! They should look similar to the following: