Is is possible to run my appium python tests in parallel on aws devicefarm, i know we can select multiple devices from the aws device pool but that runs the same time on all selected devices, i wanted to distribute my tests on multiple devices,
Asked
Active
Viewed 210 times
1
-
you need to start more than one appium server and tell your devices to use them – LinPy Jul 27 '20 at 07:35
-
how can i tell devicefarm devices to you my appium server? – Love Jul 27 '20 at 07:37
-
that depends on the appium server port , for example ` appium -U "Device id" -p 4733` – LinPy Jul 27 '20 at 07:38
-
but i'm asking about devicefarm how can i find deviceid of devicefarm device and also devicefarm run its own appium server – Love Jul 27 '20 at 07:46