https://github.com/ebazhanov/espresso-test
Mobile testing task with espresso
https://github.com/ebazhanov/espresso-test
espresso-tests mobile-testing
Last synced: 7 months ago
JSON representation
Mobile testing task with espresso
- Host: GitHub
- URL: https://github.com/ebazhanov/espresso-test
- Owner: Ebazhanov
- Created: 2017-12-22T14:32:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T15:54:27.000Z (over 8 years ago)
- Last Synced: 2025-08-31T06:16:10.111Z (8 months ago)
- Topics: espresso-tests, mobile-testing
- Language: Java
- Homepage:
- Size: 215 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Expresso test example
Espresso - mobile testing automation framework. Espresso is an open source mobile testing automation framework for native Android apps developed by Google.
The executed test .apk is synchronised by the framework with the Android UI thread.
## Getting started
### Requirements
- Installed Android Studio
- Create virtual device
- [Getting Started with Espresso](https://www.google.com)
### Watch the video
[Watch the video](https://www.youtube.com/watch?v=XINkxN6Ndd4)