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?
source share