I am new to Appium.
I am able to run protractor e2e tests, on 1 Android device connected to MAc using USB cable. Appium server started as shown below.
appium -a 127.0.0.1 -U DEVICEID
however this does not seem to be ideal option when planning to run on multiple devices (around 20 iOS, Android devices).
Would you please advise, if its possible to run tests on Multiple Android + iOS Devices over wi-fi, by specifying device details in Protractor.conf.js.
Kindly please share your thoughts or experience on this.
Thanks in advance.