I\'m trying to debug tests from visual studio using nunit-console using a VS-macro, but I\'m having issues when attaching the debugger / IDE to nunit-console / nunit-agent. I do have the macro working
I have got nunit-console.exe in 2 locations on my machine. First is where I installed it (c:\\program files (x86)\\nunit 2.5.10) and second is where I have copied it into (d:\\tests\\nunit). I am requ
how can I run the NUnit console.ex开发者_开发技巧e in parallel for the same application. Is it possible to do that?Basically single instance of nunit-console run tests in parallel using different thre
When I try to use nunit-console.exe to run all the tests in a solution file as such: nunit-console.exe MyProject.sln
I am currently working with the nunit-console. I have a dll which have 8 tests. To run the test a bat file has been created with following command:
I am running nunit-console from a CI configured in TeamCity to run tests from various assemblies. Once one of the TestFixtures has a failing test, then the test execution will stop.
I am testing an F# project using NUnit. On the debug tab of project configuration I have set the debugger to use an external program which is nunit-console here and the working directory to the debug
We have been having an issue with our project\'s Continuous Integration. Occasionally, we want to try to clean all of the files on build within TeamCity in its checkout directory. Whenever we try to d
please tell me how to run nunit with msbuild. I am using TFS for code integ开发者_运维知识库ration and VS2010 . You probably want to integrate NUnit with TFSBuild and not MSBuild since you are using T
I\'m trying to create a short bash script som开发者_运维百科eone could run in cygwin to execute all nunit tests in a .NET project using nunit-console. Currently i have the system version of nunit alia