0
votes

I have a test project that takes alot of time to test cases. I have configured cruisecontrol.net with Nunit, msbuild. Now if I run my project during the execution of Nunit it kills the process and fail the build. Also if you force a build then results are not updated it shows the last build results and also giving Textfixturesetup failed after viewing the results even if the tests passes.

2
Is there a question in there?Lasse V. Karlsen

2 Answers

0
votes

What do you mean by "run your project during the execution of NUnit"? Do you mean that you have CCNet and Visual Studio on the same box?

If that's the case, then you probably do not want that configuration. Start with putting CCNet on a separate machine.

0
votes

Looks rather similar to another one of your questions. See answers there for more info.