mirror of
https://github.com/status-im/wiki.status.im.git
synced 2025-02-24 10:08:31 +00:00
431 B
431 B
Testing
Shake your phone and submit bug report
For Developers
To run appium tests:
- install appium
npm install -g appium
- start appium server in new tab
appium &
- start application on emulator or real device
- run tests
lein test
To run 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.