mention BOX_VERSION in readme

This commit is contained in:
Girish Ramakrishnan 2015-11-19 10:40:15 -08:00
parent 958b811d20
commit 06e9c931df
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
To run manually on CI:
export BOX_VERSION=<version_to_test>
pm2-run --ecosystem ../ecosystem.json --env staging --cmd "npm test"
To run specific test on CI:
cd ~/app
export BOX_VERSION=<version_to_test>
pm2-run --ecosystem ../ecosystem.json --env staging --cmd "DEBUG=superagent-sync,e2e:* DEBUG_COLORS=true ./node_modules/.bin/mocha --bail test/new-user-test.js"
To run manually on local machine:
npm test