Hi,
Does anyone know how to launch Windows Appium server v1.6.4 from the command line without launching the GUI and pressing the 'Start Server' button?
Some background:
I have some automation which uses an old Windows version of Appium which I am in the process of upgrading to use Appium v 1.6.4.
I am able to launch the old Appium server from the Windows command line like so:
node.exe c:\Appium\node_modules\appium\bin\appium.js -a 127.0.0.1 --platform-name Android ...
I use this to launch the old Appium server from my Jenkins server.
I cannot find a way to launch Appium Server 1.6.4 without launch the GUI first meaning I'm blocked launching from Jenkins.
Any help appreciated