Good Morning.
I Want to configure Jenkins server to run NUnit with the plugin Jenkins NUnit plugin but i try many thing and doesnt works.
I click in the button ** Add a build step** >> Execute Windows Batch Command but i saw here http://stackoverflow.com/questions/9121312/how-do-you-run-nunit-tests-from-jenkins then i was configuring this form:
"c:\program files\nunit\bin\nunit-console.exe" $(project Local)\$(DLLTest).dll
this form return an error but i try this in bat file and nothing happens and i put start before first line. Open the NUnit but nothing happens, in Jenkins the building starting but never ending.
what do i have doing wrong?