Without using Espresso, this can be done easily using Zutubi 's JUnitReportTestRunner. Then the report can be digested, for example. via Jenkins xUnit Plugin
Espresso, though, requires its own tester, which should be based on Google Instrumentation . The combination of JUnitReportTestRunner and GoogleInstrumentationTestRunner is pretty negligent at the moment, because GoogleInstrumentationTestRunner does not provide a method for attaching a test listener. This google groups post shows how to attach a listener to the Zutubi project anyway.
source share