.NET cruise control, NUnit integration

I currently have a codebase that has NUnit tests in the suites. We currently have a build task on our CC box that runs all tests in one CC project.

Is there a way we can configure CC.Net so that we can individually run different test packages from the control panel.

Something along the lines of a list of all sets and buttons next to each to run those tests.

The only way I can do this now is to set each suite as its own project and control it all from the top-level dashboard, but we have a lot of test cases and it makes it harder to add more.

Thanks in advance.

+2


source to share


1 answer


I am afraid there is no other solution other than creating a separate project for each test suite.



  • How could CCNET know something like a test suite? How about different test case implementations?
  • For CCNET, the project is atomic, i.e. a project is the smallest available item that you can run and measure results.
+7


source







All Articles