cucumber / cucumber-electron

Run cucumber.js in electron
MIT License
118 stars 22 forks source link

See console logged errors in terminal #49

Closed mattwynne closed 3 years ago

mattwynne commented 4 years ago

I have an app that's failling to boot due to a missing configuraton setting, throwing an error.

The trouble is, my CI build just hangs, with no feedback. I've had to reproduce this locally in an --interactive session to see the logs in the browser console. I'm sure when I used cucumber-electron previously, this worked, and I could see what was in the browser console in my terminal too.

Is there a command-line switch I'm missing?

jbpros commented 3 years ago

Released in v3.0.0-rc.1. @mattwynne can you give it a spin and confirm the fix?