Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To Handle multiple app installs as part of prerequisite steps #778

Open
Vignesh4297 opened this issue Aug 29, 2023 · 5 comments
Open

To Handle multiple app installs as part of prerequisite steps #778

Vignesh4297 opened this issue Aug 29, 2023 · 5 comments

Comments

@Vignesh4297
Copy link

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

@saikrishna321
Copy link
Member

Apart from installing multiple apks in a single device, do u also run any other adb commands on all connected devices?

@Vignesh4297
Copy link
Author

Yes sai, we will be using adb commands for app initialization and streaming data continuously

@saikrishna321
Copy link
Member

Post appium driver is initiased ?

@saikrishna321
Copy link
Member

@Vignesh4297
Copy link
Author

Thanks a lot @saikrishna321 Will try and let you know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants