Genymobile / genymotion-gradle-plugin

A plugin that allows you to control, simply, all your Genymotion devices from your Gradle scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we run the emulator in sequence?

changchingchi opened this issue · comments

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?

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