swiftlang / vscode-swift

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

swift-testing: Run parameterised tests individually #891

Open adam-fowler opened 2 weeks ago

adam-fowler commented 2 weeks ago

Add an option to run a swift-testing parameterised test for a version of that parameter. I believe this will require some support from swift-testing before we can do this

plemarquand commented 2 weeks ago

For future reference this is the section of the ABI documentation in swift-testing outlining the proposal for supplying test run configuirations with JSON input, which is what we'd need to support this. It is not yet implemented, and the proposal is still in draft.