views:

163

answers:

2

I am using NUnit with CruiseControl.NET. I have many test projects and assemblies. When I run my tests, on the NUnit Details page, it only shows one assembly, but with all of the tests from all assemblies. In the log, it lists them as separate in the XML. How can I fix this? Thanks.

+3  A: 

I fixed this by listing the NUnit tasks separately in the MSBuild file and producing separate output files for each test assembly. Then in the CruiseControl configuration file I listed each output file in the merge section. This produced a nice result in the webdashboard for each test assembly.

Chris Holmes
A: 

This is working for me, but I am using 2 nunit tags in the cruise control config for the project.

Mike