I am able to launch a Cucumber/Ruby test from Sublime 3 in Windows by right clicking and choosing Ruby Test-Run Single Test.
Things brings up the Test Panel with the results, but how can I cancel this execution and stop it from keep on running?
I’ve tried: ctrl+z, ctrl+x, ctrl+c, ctrl+pause_break, ctrl+delete, esc, delete, pause_break, but the test keep on running and you need to wait until it’s all done…
I was pressing those keys either in the Test Panel, the console, or the main screen with code.
If you know what I could try pls?