1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-24 22:07:39 +00:00

First working version

This commit is contained in:
Dennis Schwerdel
2017-02-17 11:28:42 +01:00
parent 0b95d20d1e
commit 0dfbe30164
7 changed files with 214 additions and 5 deletions

View File

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