Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CruiseControl.NET only shows one NUnit Assembly on NUnit Details page

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.

like image 648
Daniel A. White Avatar asked Mar 09 '10 20:03

Daniel A. White


1 Answers

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.

like image 81
Chris Holmes Avatar answered Sep 20 '22 17:09

Chris Holmes