android - Multiple test folders in module -
I have set up my Android project with Gradle 2.2.1, which includes a module, its name is "androidTest" Is a folder where I am putting a test. This is standard in the android plugin for griddle and it works.
Now, I want to do two separate test suits for the same project, each of them is located in a separate directory
Is this possible?
I was thinking of making two separate tasks "Extended" Android Test, and overwrite the folder of each test ...
Any ideas?
Comments
Post a Comment