mention BOX_VERSION in readme
This commit is contained in:
parent
958b811d20
commit
06e9c931df
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user