aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish@forwardbias.in>2015-11-27 15:40:22 -0800
committerGirish Ramakrishnan <girish@forwardbias.in>2015-11-27 15:40:22 -0800
commit755569a3d7aad123db0854e282b731d80c3f9ca2 (patch)
tree183734086f02ae10504df22efe7427fb295eabe5 /README.md
parent71b93fc7486380a6a73ecd38cb0872d62da4227f (diff)
downloadSurfer-755569a3d7aad123db0854e282b731d80c3f9ca2.tar.gz
Surfer-755569a3d7aad123db0854e282b731d80c3f9ca2.tar.zst
Surfer-755569a3d7aad123db0854e282b731d80c3f9ca2.zip
complete the tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cee5e05..74488c3 100644
--- a/README.md
+++ b/README.md
@@ -47,9 +47,9 @@ Put some files:
47The e2e tests are located in the `test/` folder and require [nodejs](http://nodejs.org/). They are creating a fresh build, install the app on your Cloudron, perform tests, backup, restore and test if the files are still ok. 47The e2e tests are located in the `test/` folder and require [nodejs](http://nodejs.org/). They are creating a fresh build, install the app on your Cloudron, perform tests, backup, restore and test if the files are still ok.
48 48
49``` 49```
50cd surfer/test 50cd surfer
51 51
52npm install 52npm install
53USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js 53USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test/test.js
54``` 54```
55 55