开发者

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

开发者 https://www.devze.com 2022-12-22 21:56 出处:网络
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 test

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.


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号