Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 903 Bytes

README.textile

File metadata and controls

19 lines (13 loc) · 903 Bytes

Chess Saldo

Intro

Chess Saldo is an Android app which presents saldo information for customers of the Norwegian mobile operator Chess.
Works for most paid and pre-paid plans. The app is available at Google Play.

Running the test cases

You have to add your Chess login credentials to src/instrumentTest/res/raw/user_credentials.properties to run the test cases:

username=[your phone number]
password=[your password]

Execute the following command to run the tests on your Android device:
./gradlew connectedInstrumentTest