Merge pull request #13 from status-im/test-build-instructions

Update testing instructions
This commit is contained in:
carlbennetts 2017-02-09 20:29:22 +07:00 committed by GitHub
commit 311222bc30
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: To run the tests:
1. Install appium: run `npm install -g appium` 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` 3. Start appium server in new tab: run `appium --session-override`
4. Run `lein test` 4. Run `lein test`