X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=74488c34a28a54f3d6803bd55a82152e75a0634a;hb=8a7741cc965c412f221fdefa2096d10f1d4dab8c;hp=cee5e0588e922f4af9e0397f287c4e90a3c701e4;hpb=ebd7ed7a5a93ea8b55addef0175fc777f400b954;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git 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: 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= PASSWORD= mocha --bail test.js +USERNAME= PASSWORD= mocha --bail test/test.js ```