cucumber / cucumber-electron

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

Cucumber 4 compatibility #20

Closed joshski closed 6 years ago

joshski commented 6 years ago

Support for cucumber 4.0.0, which exits differently because it has a new --exit option to decide whether or not to exit the process immediately. Unfortunately we can't do the same in electron, which can't exit gracefully when no the event loop empties like node does.