问题
I created a Test case (using Espresso 2) for an application with multiple Flavors and I would like to run that Test for all the flavors simultaneously (or at least one after the other). Is that possible? At the moment I am only able to run the test for the current Build Variant selected, so I have to manually change the Build Variant and run the test again, one by one.
Thank you very much.
来源:https://stackoverflow.com/questions/35917632/testing-multiple-build-variants-simultaneously