Merge pull request #13 from status-im/test-build-instructions
Update testing instructions
This commit is contained in:
commit
311222bc30
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue