Hi, guys!
Im trying to launch my Appium tests from Jenkins. It’s working great when i:
- Starting Appium server manually (cmd.exe Appium)
- Launch tests from Jenkins.
but when i try to launch Appium server from Jenking by using this command:
call node C:\Users\User\AppData\Roaming\npm\node_modules\appium\build\lib\main.js --address 0.0.0.0 --port 4723 --no-reset
Jenkins console returns:
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
and nothing happens. No any errors…just nothing happens.
Can you help me?
Thanks
P.S. Win 7 (64 bit), Appium server 1.7.1 (installed via npm)