Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blundell/tests-app-instrumentation-espresso

Example Android Gradle application with Espresso ActivityInstrumentationTestCase tests
https://github.com/blundell/tests-app-instrumentation-espresso

Last synced: 24 days ago
JSON representation

Example Android Gradle application with Espresso ActivityInstrumentationTestCase tests

Awesome Lists containing this project

README

        

This shows a simple project with Android Espresso Tests

`/app` - with ActivityInstrumentationTestCase2 tests that use Espresso

Tests can be ran using the following:

`./gradlew connectedAndroidTest`

There is an explanatory blog post here: http://blog.blundell-apps.com/android-gradle-app-with-espresso-instrumentation-tests/