Hi,
I want to call appium start on Jenkins then call my test scripts. But when I build job, it just starts appium, my test script does not run.
- This is my content of my batch file:
- This is my call to batch on Jenkins:
- When job is built, it stands here, it does not move to next step (echo “Hello”):
Plz help.