Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 975 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 975 Bytes

android-espresso-demo-app

TestingBot logo

This is a sample Android app, created by TestingBot, to demonstrate how to use Espresso Testing on TestingBot's Espresso Cloud. 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