Android Studio adds a test folder or module to an existing project

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.

+5
source share
1 answer

fooobar.com/questions/188288 / ... It helped me a lot, Studio recognized the folder as a test, and it passed.

+2
source

Source: https://habr.com/ru/post/1233059/


All Articles