From 341eb14eed101b4c6883b20b7bb306a85ebc98df Mon Sep 17 00:00:00 2001 From: nmss Date: Tue, 8 Sep 2015 12:22:59 +0200 Subject: [PATCH] Update README.md Specify how to change the features path --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cd95c9..6c900f7 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,11 @@ parallel-cucumber-js can be ran from a terminal as follows: $ node_modules/.bin/parallel-cucumber-js ``` -By default parallel-cucumber will look for features files under a directory called `./features` +By default parallel-cucumber will look for features files under a directory called `./features`, to look elsewhere proceed as follow : + +``` shell +$ node_modules/.bin/parallel-cucumber-js path/to/features +``` ### Number of Workers