parallel_calabash
parallel_calabash copied to clipboard
Distribute the test between android phone and tablet
Is it possible to distribute the test run between phone and tablet?
For example: 3 phone and 3 tablet are connected to the same machine and i want my tests to run only on phone and not on tablet as the app flow and apk is different
This can probably be done if adb can identify tablets separately.
This can probably be done if adb can identify tablets separately.
Have being facing a similar problem too, with a split between emulators and real devices. How about a solution, where we can provide a list of device id's that parallel calabash would run on. Another options would be a regular expression, instead of an exact list, i'll try both out and see what seems easiest to use
Check out https://github.com/rajdeepv/parallel_calabash/pull/7, it should do the trick. I've tested locally against emulators and devices, and seems to work pretty well.