I want to add testing to my Android app in Android Studio 1.4. When I try to create and add them to the /test folder in the root folder, they are not executed. In addition, I tried to create a separate module for tests, but there is no test module in the wizard. How can I add and run Junit tests? Thank you in advance.
source share