We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
You can filter using the -f or --filter option
eg: parallel_calabash --filter device-id-1,device-id-2 --apk my.apk
Sorry, something went wrong.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: