Device farm plugin not running the test on all the connected devices #1036
Unanswered
naveenraj-s
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@naveenraj-s you need to trigger session in parallel |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Device farm plugin not running the test on all the connected devices. I have two devices connected to the appium server device1_udid:172.17.128.4:5555 and device2_udid:172.17.128.2:5555. When I run my test script, appium server runs the test on only one device (udid: 172.17.128.4:5555) and does not run the test on another device (172.17.128.2:5555). Also I see the below error in the appium server log. What is causing this issue ?
Please kindly help on this issue
Here is the more details
I have two devices connected and both of them added to device farm
Test script
Sample script to click a button on device
Using Appium Python Client - https://github.com/appium/python-client/tree/master
Appium server logs
Beta Was this translation helpful? Give feedback.
All reactions