pedrovgs / Lynx

Lynx is an Android library created to show a custom view with all the information Android logcat is printing, different traces of different levels will be rendererd to show from log messages to your application exceptions. You can filter this traces, share your logcat to other apps, configure the max number of traces to show or the sampling rate used by the library.
Apache License 2.0
780 stars 94 forks source link

Add Espresso 2.0 support #10

Closed pedrovgs closed 9 years ago

pedrovgs commented 9 years ago

In this branch I've added just two Espresso test and enabled Travis-CI support for acceptance testing. More tests coming soon :)