I have a library module that is used by two Android applications, and I want to add espresso tests to the library module so that both applications can run a common set of tests. Is there an example where espresso tests are added to the library module?
source
share