Edit this page

Testing

Shake your phone and submit bug report. Please try to be as descripive as possible.

For Developers

UI (Appium) tests

To run the tests:

  1. Install appium: run npm install -g appium
  2. Start application on emulator or real device (more details here).

Important: use the android-test build (run BUILD_IDS="android-test" lein repl). Testing in iOS is not supported yet. 3. Start appium server in new tab: run appium --session-override 4. Run lein test

Hints / Gotchas:

Unit tests

To run the unit tests execute:

lein doo node test once
or
lein doo node test

Second command will watch files inside src and test folders and rerun on changes.