This repository contains the UI tests we developed for the Android application of Coronalert.
This app is used by the Belgian population since October 7th, 2020 for helping to fight the health crisis caused by the COVID-19 virus.
It aims to help the population to limit the spread of this virus by offering information, daily updates, a secured tracing and screening test results.
- Espresso (already mentioned in the project dependencies)
- Clone this repository in the following directory:
...\cwa-app-android\Corona-Warn-App\src\androidTest\java\de\rki\coronawarnapp
. - Run the test plans from Android Studio after usual Gradle builds and Android running tasks.
Add in the dependencies
section of the build.gradle (Module: Corona-Warn.Corona-Warn-App)
this line :
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.2.0'