vlad230
12 years agoContributor
TestExecute + Jenkins
Hi guys! I'm trying to integrate Test Execute with Jenkins to test the UI of my .NET application. I am using a slave machine which gets the project from SVN and afterwards, in the build ...
- 12 years agoHi Sergiu,
I don't know the contents of your batch file, but hope that the following might help:
start /wait "TestExecute" "<TestProject.pjs>" /testOptions
(the /wait option should postpone batch execution until TestExecute completes)