Destroyed Tests (markdown)
parent
15f306f725
commit
e0684267cb
14
Tests.md
14
Tests.md
|
@ -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.
|
|
Loading…
Reference in New Issue