cruisecontrol.netccnet-config

make ccnet self test


i want to run a test project in ccnet, can anyone help?


i am not using NUnit. I am using [Test Class()] attribute in my web project, and wanna run this project from ccnet


Solution

  • It appears the test framework would be MsTest

    In order to run MsTest on the build server you have to install visual studio or do a work around or hack (alternate hack).

    Then you can use MsTest.exe

    Here is the official documentation on running MSTest tests.

    Similar question and more hacks or work-arounds