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.
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.