midniteio / multi-cuke

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

Grab error message from stderr, pass to parser #36

Closed midniteio closed 8 years ago

midniteio commented 8 years ago

Previously, if cucumber failed for reasons such as a missing npm-dependency, it would return errors on 'Cucumber was unable to produce valid results'. This will return the actual stderr, so to include the messaging around that error rather than swallow it.

mention-bot commented 8 years ago

By analyzing the blame information on this pull request, we identified @guykisel to be a potential reviewer