parallel_calabash icon indicating copy to clipboard operation
parallel_calabash copied to clipboard

Distribute the test between android phone and tablet

Open saikrishna321 opened this issue 9 years ago • 4 comments

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

saikrishna321 avatar Apr 07 '15 06:04 saikrishna321

This can probably be done if adb can identify tablets separately.

rajdeepv avatar Apr 29 '15 02:04 rajdeepv

This can probably be done if adb can identify tablets separately.

rajdeepv avatar Apr 29 '15 02:04 rajdeepv

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

moshea avatar Apr 30 '15 09:04 moshea

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.

moshea avatar Apr 30 '15 13:04 moshea