https://github.com/testingbot/android-espresso-demo-app
Android Espresso Demo App
https://github.com/testingbot/android-espresso-demo-app
Last synced: about 1 month ago
JSON representation
Android Espresso Demo App
- Host: GitHub
- URL: https://github.com/testingbot/android-espresso-demo-app
- Owner: testingbot
- License: mit
- Created: 2022-03-22T10:39:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T14:52:32.000Z (over 2 years ago)
- Last Synced: 2025-01-19T19:17:29.902Z (about 1 year ago)
- Language: Java
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# android-espresso-demo-app

This is a sample Android app, created by TestingBot, to demonstrate how to use [Espresso Testing](https://developer.android.com/training/testing/espresso) on [TestingBot's Espresso Cloud](https://testingbot.com/support/espresso).
The app is a simple calculator, with buttons for each number and a couple of operation buttons (subtract, add, multiply, ...)
The project contains example Espresso Tests, these will test the calculator by pressing buttons and verifying if the calculations are correct.
## How to start
To get started, open the project in Android Studio and click *Run*
If you'd like to run the test through commandline, you can use
```
./gradlew assembleAndroidTest
./gradlew assembleDebug
```
## More information
To learn more about Android Espresso Testing in the cloud, please see the [TestingBot Espresso documentation](https://testingbot.com/support/espresso)