diff --git a/README.md b/README.md index 9ef135a..a0c1e7a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ -To run manually on CI: +### To run manually on CI + cd ~/app export BOX_VERSION= + pm2-run --ecosystem ../ecosystem.json --env staging --cmd "npm test" -To run specific test on CI: + OR + + pm2-run --ecosystem ../ecosystem.json --env staging --cmd ./parallel_test.sh + +### To run specific test on CI cd ~/app export BOX_VERSION= 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"