Update testing instructions

This commit is contained in:
Gustavo Nunes 2017-02-09 01:48:32 -02:00 committed by GitHub
parent 9fa24df261
commit 50c4a1b357
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ Please try to be as descripive as possible.
To run the tests:
1. Install appium: run `npm install -g appium`
2. Start application on emulator or real device ([more details here](https://wiki.status.im/contributing/development/building-status/#build-and-test))
2. Start application on emulator or real device ([more details here](https://wiki.status.im/contributing/development/building-status/#build-and-test)).
**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`