mirror of
https://github.com/status-im/wiki.status.im.git
synced 2025-02-24 10:08:31 +00:00
* added more descriptive text on index.md, faq.md and mission-and-core-values.md * updated community pages with links * added community outreach page * minor changes to contributing pages
475 B
475 B
Testing
Shake your phone and submit bug report. Please try to be as descripive as possible.
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.