1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-08-31 23:04:58 +00:00

test email login

This commit is contained in:
Girish Ramakrishnan
2016-04-11 14:58:06 -07:00
parent 9dad7b1878
commit 4ea916b2df
2 changed files with 20 additions and 1 deletions

View File

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