From 5417ef9e8291d06e0fe0e5847f9b1b9e87f1550b Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 28 Sep 2015 20:24:24 -0700 Subject: [PATCH] add note on how to run specific test --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b1e82f3..de2adbf 100644 --- a/README.md +++ b/README.md @@ -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