skip icon indicating copy to clipboard operation
skip copied to clipboard

Add support for Swift Testing

Open dfabulich opened this issue 2 months ago • 1 comments

Skip apps use XCTest, but the new thing is Swift Testing. https://developer.apple.com/xcode/swift-testing/

Skip should transpile Swift Testing tests to JUnit and run them like XCTest tests.

dfabulich avatar Oct 11 '25 18:10 dfabulich

XCUnit will be around for a very long time to come, but support for Swift Testing is something we would definitely like to have in Skip Lite (note that it does work on the native side in Skip Fuse). Testing doesn't translate as nearly into JUnit as XCUnit, so this is a fairly large project.

marcprux avatar Oct 20 '25 15:10 marcprux