I know how to run tests from Android Studio and it's work, and I want to learn how to use command line.
From guide for Espresso link:
"Note: You can also run the tests on the command line using: ./gradlew connectedDebugAndroidTest"
Should I use cmd.exe for this or I can type commands somewhere in Android Studio?
In which directory should I run this command?
I have gradle installed with Android Studio and I didn't set enviroments variables for gradle.