rules_swift icon indicating copy to clipboard operation
rules_swift copied to clipboard

Add support for swift-testing based tests

Open ed-irl opened this issue 1 year ago • 9 comments

This adds support for the new swift-testing library.

Presently, test suites that contain swift-testing will output additional test information in addition to the standard XCTest output, which is always written. You can see the different output scenarios in the attached tests.

I also patched a minor bug with the test output assertions script.

ed-irl avatar Sep 25 '24 14:09 ed-irl