You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to launch a Cucumber/Ruby test from Sublime 3 in Windows by right clicking and choosing Ruby Test-Run Single Test.
This brings up the Test Panel with the results, but how can I cancel this execution and stop it from keep on running (sometimes I'm running a Scenario Outline and it take a long time until Sublime stops)?
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?
The text was updated successfully, but these errors were encountered:
After talking to the Sublime guys, we managed to see what was going on.
It seems when we run tests from this plugin, it creates 2 processes, cmd.exe and conhost.exe. If I killed any or both of them individually with 'kill task', the processes were still running in the background.
But, if I select 'End Process Tree' when clicking the 'cmd.exe' file that seems to kill the execution, so finally got it working for now.
Could an option be added to the right click menu with an entry to 'Stop all running processes' or similar and execute that command ('end process tree' for the created cmd.exe process) directly from the UI?
I am able to launch a Cucumber/Ruby test from Sublime 3 in Windows by right clicking and choosing Ruby Test-Run Single Test.
This brings up the Test Panel with the results, but how can I cancel this execution and stop it from keep on running (sometimes I'm running a Scenario Outline and it take a long time until Sublime stops)?
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?
The text was updated successfully, but these errors were encountered: