update readme

This commit is contained in:
Girish Ramakrishnan 2015-10-10 21:26:25 -07:00
parent 18492778b8
commit 0b603fe09b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ To run manually on CI:
To run specific test on CI:
cd ~/app
pm2-run --ecosystem ../ecosystem.json --env staging --cmd "./node_modules/.bin/mocha test/new-user-test.js"
pm2-run --ecosystem ../ecosystem.json --env staging --cmd "DEBUG=superagent-sync,e2e:* DEBUG_COLORS=true ./node_modules/.bin/mocha test/new-user-test.js"
To run manually on local machine:
npm test