Good morning.
I want to configure a Jenkins server to run NUnit with the Jenkins NUnit plugin , but I try a lot of things and it doesn't work.
I click on the button ** Add build step ** → Run the Windows command command but I saw here http://stackoverflow.com/questions/9121312/how-do-you-run-nunit-tests-from-jenkins, then I set up this form:
"c: \ program files \ nunit \ bin \ nunit-console.exe" $ (local project) \ $ (DLLTest) .dll
this form returns an error, but I try to do this in the bat file and nothing happens and I put start in front of the first line. Open NUnit, but nothing happens, in Jenkins the building begins, but never ends.
what am I doing wrong?
source share