I have two different types of instrumental tests for my Android application, each of which requires different runter test test classes.
I was unable to find a clean way to encapsulate these test tapes into one class, and now I want to split these tests into two sets, each with its own testing tester.
Is it possible to create another test folder next to androidTest, and how can this be configured in mine build.gradle?
source
share