Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blundell/tests-app-instrumentation-espresso
- Owner: blundell
- Created: 2014-07-19T07:26:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-19T10:12:06.000Z (over 10 years ago)
- Last Synced: 2024-10-15T17:47:15.603Z (2 months ago)
- Language: Java
- Homepage: http://blog.blundell-apps.com/android-gradle-app-with-espresso-instrumentation-tests/
- Size: 238 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/