parallel_calabash
parallel_calabash copied to clipboard
Run test on specific devices
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 ?
You can filter using the -f or --filter option
eg: parallel_calabash --filter device-id-1,device-id-2 --apk my.apk