1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-10-03 18:27:04 +00:00

Fixes and tests

This commit is contained in:
Dennis Schwerdel
2017-01-24 09:00:22 +01:00
parent 6db0fe2b04
commit 7adf1678f6
5 changed files with 192 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ The e2e tests are located in the `test/` folder and require [nodejs](http://node
cd minio-app/test
npm install
USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js
export PATH=$PATH:node_modules/.bin
mocha --bail test.js
```