From 06e9c931dfb969c4f50b5f9494535dc20b2feb95 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 19 Nov 2015 10:40:15 -0800 Subject: [PATCH] mention BOX_VERSION in readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -