/chess-saldo

Android app presenting saldo information for customers of the Norwegian cellphone operator Chess

Primary LanguageJava

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