midniteio / multi-cuke

Parallel cucumber-js testing via Node's child_process.spawn api
13 stars 4 forks source link

Single worker #8

Closed midniteio closed 8 years ago

midniteio commented 8 years ago

If workers number passed is 1, default to standard cucumber output to allow realtime results and be debuggable. This also corrects a few instances of exitCode misassignment

midniteio commented 8 years ago

Apparently I had missed the 0.3.6 bump commit to github when It was published to npmjs. The version bump included here is what should currently be on master, not what including this PR. Version bump for this new code will follow.