Skip to content

ThoughtWorksInc/android-test-project

Repository files navigation

Nearly empty Android project with a unit and UI failing test!

This has been created using Android Studio 4.1.1; to run the unit tests, just execute:

./gradlew test

or (on windows machines):

gradlew.bat test

For the UI tests, execute:

./gradlew connectedAndroidTest

or (on windows machines):

gradlew.bat connectedAndroidTest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages