X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=74488c34a28a54f3d6803bd55a82152e75a0634a;hb=5158ef8387f4c05ba220b75cbfe29adb4dfaf7fe;hp=b9402584f41d8255d5e12d700a0d3fc4fe1159cf;hpb=d56e255fb4aa98ca7dce339bd0acba361e541d40;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/README.md b/README.md index b940258..74488c3 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,14 @@ Put some files: surfer put [file] +## Testing + +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 + +npm install +USERNAME= PASSWORD= mocha --bail test/test.js +``` +