Espresso testing in a separate module

I have an Android app and I want to use the Espresso framework to create test automation tools and tests. But I don’t want to create something in my application and I want a separate module with Espresso to run my application and test it with Espresso. I am using Android Studio. So ... Do you have any idea how to solve this problem?

+6
source share

All Articles