1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2026-04-30 06:31:01 +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
+2 -1
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
```