add note on how to run specific test
This commit is contained in:
parent
fddc2bbd06
commit
5417ef9e82
@ -1,6 +1,10 @@
|
||||
To run manually on CI:
|
||||
pm2-run --ecosystem ../ecosystem.json --env staging --cmd "npm test"
|
||||
|
||||
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"
|
||||
|
||||
To run manually on local machine:
|
||||
npm test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user