I have this project in Android Studio :
I wish to run all unit tests in all project with one click.
How i can do it ?
You can try to use this command line on the android terminal: Mac:
./gradlew test connectedAndroidTest
Windows:
gradlew test connectedAndroidTest