I have Espresso instrumentaion test cases in following form in Android studio.
Now, I want to run few of the classes separately.
E.g : I want to run Only CrashersTest and EM3AppUtil classes using gradlew command and rest classes using another command.
How can i achieve it?
- I am using below command
./gradlew :app:connectedLocalDebugAndroidTest
- It runs all the classes for LocalDebug variant
- I want to run only few classes