From 0b603fe09b0d108ca7a3f6eaf776f32c5d1eea26 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 10 Oct 2015 21:26:25 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de2adbf..3a92f45 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ To run manually on CI: 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" + pm2-run --ecosystem ../ecosystem.json --env staging --cmd "DEBUG=superagent-sync,e2e:* DEBUG_COLORS=true ./node_modules/.bin/mocha test/new-user-test.js" To run manually on local machine: npm test