Forum Discussion

vlad230's avatar
vlad230
Contributor
11 years ago
Solved

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 ...
  • AlexKaras's avatar
    11 years ago
    Hi 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)