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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -