Destroyed Tests (markdown)

Jarrad 2016-12-27 14:01:06 +07:00
parent 15f306f725
commit e0684267cb
1 changed files with 0 additions and 14 deletions

@ -1,14 +0,0 @@
To run appium tests:
1. install appium `npm install -g appium`
2. start appium server in new tab `appium &`
3. start application on emulator or real device
4. 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.