/Wico

Primary LanguageJava

Wico

To run the project, clone it into android studio and choose run App. The dependencies are managed automatically.

###Team members

  • Bruno Gomes
  • Jack McGinnis
  • Nathan Barr

###Running Tests ####Unit tests Select Unit tests in Test Artifact under Build Variants

unit1

Right Click the test package and select run

unit2

####Android tests **You need an Android device to run these tests. Google recommends to disable the animations on the device before running the tests. (Under Settings -> Developers settings, disable Window animation scale, Transition animation scale and Animator duration scale)

  • Select Android Instrumentation Tests under Build Variants.
  • Select the test you wish to run under ui.

android1