diff --git a/README.md b/README.md index 7d7e208..9ef135a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ To run manually on CI: + export BOX_VERSION= pm2-run --ecosystem ../ecosystem.json --env staging --cmd "npm test" 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" -To run manually on local machine: - npm test -