✅ )
Testify (Testify converts XCTest output into a proper structure (JSON), or it'll miserably fail.
Usage
import Testify
let suite = TestSuite.parse("test-output-string")
Install
Just use the Swift Package Manager as usual:
.package(url: "https://github.com/binarybirds/testify", from: "1.0.0"),
License
WTFPL - Do what the fuck you want to.