Is it possible to cancel a cucumber test while it is running? I have tried Ctrl + C and esc, but to no avail. The only way I can stop cucumber once I have started running tests is to wait for the tests to finish or to manually kill the process using the operating system. Is there a better way?
Share
Pressing Ctrl + C and Ctrl + C twice. It should stop immediately.