midniteio / multi-cuke

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

capture cucumber stdout for error reporting #39

Closed guykisel closed 8 years ago

guykisel commented 8 years ago

Currently when we get a failure such as an afterhook error, we get the stack trace, but we don't get to see the stdout from the test run, so it can be hard to diagnose failures. This will let us capture the stdout for debugging purposes.

mention-bot commented 8 years ago

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

midniteio commented 8 years ago

:+1: