Setting up the Testing Environment - CMPUT301F17T13/cat-is-a-dog GitHub Wiki

Prerequisites:

  • node v6.0.0 or higher
  • Android Studio
  • an android emulator, min API 19 with google apis installed
  • the repository clone on your local computer

To start the mock server go to the mock-firebase-server directory in our respository and run:

npm install
npm start

Now start the emulator and run the tests. Note, the tests will only work on the emulator.