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
currently the plug-in will wait for all emulators ready and start the test cases in parallel. Is there a way to make it in sequence?
The text was updated successfully, but these errors were encountered:
It was possible last time I used this library, by leveraging productFlavors which would produce specific gradle tasks which you can run synchronously. I've described it here: https://medium.com/@tomaszrykala/stable-functional-tests-with-genymotion-gradle-plugin-and-test-specific-product-flavors-4fe4b93f7c8c
productFlavors
Sorry, something went wrong.
No branches or pull requests
currently the plug-in will wait for all emulators ready and start the test cases in parallel. Is there a way to make it in sequence?
The text was updated successfully, but these errors were encountered: