parallel_calabash icon indicating copy to clipboard operation
parallel_calabash copied to clipboard

Run test on specific devices

Open mbnetobr opened this issue 9 years ago • 1 comments

Hi Srs,

Is posssible run tests with parallel on specific devices connecteds on machine.

For example, i'm have 4 devices to one project A:

Device 1 - Android 4.1.1 Device 2 - Android 4.2.2 Device 3 - Android 4.4 Device 4 - Android 5.0

But to second project B, is necessary use only device 3 and device 4.

Is possible configure parallel calabash to run second project only on devices 3 and 4 ?

mbnetobr avatar May 19 '15 19:05 mbnetobr

You can filter using the -f or --filter option

eg: parallel_calabash --filter device-id-1,device-id-2 --apk my.apk

moshea avatar Aug 27 '15 14:08 moshea