]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - README.md
complete the tests
[perso/Immae/Projets/Nodejs/Surfer.git] / README.md
index cee5e0588e922f4af9e0397f287c4e90a3c701e4..74488c34a28a54f3d6803bd55a82152e75a0634a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -47,9 +47,9 @@ Put some files:
 The 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.
 
 ```
-cd surfer/test
+cd surfer
 
 npm install
-USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js
+USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test/test.js
 ```