Skip to main content
edited tags
Link
Mateusz
  • 116
  • 1
  • 9
Source Link
Mateusz
  • 116
  • 1
  • 9

Pass parameters to NUnit test

I'm calling nunit test from Jenkins and I need to be able to specify just one URL address as parameter which I can use inside test. Is there possibility to do that? For example I'm calling "Execute Windows batch command" in Jenkins like that:

"C:\Program Files (x86)\NUnit 2.6.4\bin\nunit-console.exe" "D:\selenium\SeleniumTest.dll" /run:SeleniumTest.Test.MyTest 

Any ideas?