Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run test on specific devices #9

Open
mbnetobr opened this issue May 19, 2015 · 1 comment
Open

Run test on specific devices #9

mbnetobr opened this issue May 19, 2015 · 1 comment

Comments

@mbnetobr
Copy link

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 ?

@moshea
Copy link

moshea commented Aug 27, 2015

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants