You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle multiple app install as part of prerequisite steps
In my use case We need to install and initalize 3-4 apps before script execution where we will be doing in @beforesuite prequesite using adb commands.
As a final steps we will be initializing the appium driver because prerequisite would take around 3-4 minutes and appium driver would timeout.
Currently we are planning to use device farm plugin for parallel execution. While POC we faced challenged on executing adb commands when we have multiple device connected to server machine ( we are having locally). Once we initialised appium driver will we be able to get udid, so that we will add the in adb command in below format. And also how to overcome the appium timeout?
adb -s command
The text was updated successfully, but these errors were encountered:
Handle multiple app install as part of prerequisite steps
In my use case We need to install and initalize 3-4 apps before script execution where we will be doing in @beforesuite prequesite using adb commands.
As a final steps we will be initializing the appium driver because prerequisite would take around 3-4 minutes and appium driver would timeout.
Currently we are planning to use device farm plugin for parallel execution. While POC we faced challenged on executing adb commands when we have multiple device connected to server machine ( we are having locally). Once we initialised appium driver will we be able to get udid, so that we will add the in adb command in below format. And also how to overcome the appium timeout?
adb -s command
The text was updated successfully, but these errors were encountered: