midniteio / multi-cuke

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

Support debug message propagation #9

Closed midniteio closed 8 years ago

midniteio commented 8 years ago

With output channels silenced, there is no built in to log to console, as console.log() will not output from step definitions. Should create a handler for messages from child process to allow for easier debugging.

midniteio commented 8 years ago

This is addressed by https://github.com/midniteio/multi-cuke/pull/15 in 0.6.0