Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To run the tests during CI, we can invoke gradle/gradlew


No Format
# run the tests in the installed app
./gradlew app:connectedCheck
# ...or... install app and run the tests
#./gradlew connectedAndroidTest

...

...