swiftlang / vscode-swift

Visual Studio Code Extension for Swift
https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang
Apache License 2.0
726 stars 50 forks source link

Add ability to stop test execution #671

Closed ahoppen closed 7 months ago

ahoppen commented 7 months ago

I sometimes run into situations where running a test enters an infinite loop or just runs for a very long time and I’m no longer interested in the result. It would be nice if I could stop the test’s execution. At the moment, I always run killall xctest to terminate the execution.

adam-fowler commented 7 months ago

Press the stop button (small square) at the top of the test explorer.

ahoppen commented 7 months ago

Ah, I never used the test explorer and always triggered the test run from the source code. Sorry for the noise.