-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Swift Testing in JunitReporter #325
Comments
Could really use this. I don't know of any other way of getting JUnit reports using Xcode projects utilizing Swift Testing. |
I've encountered missing Swift Testing tests in the JUnit report when using xcbeautify. I'm a bit stuck because of this, and it would be really nice to see support for it. Just wanted to ask if you have any plans to address this in the near future. It would be very helpful. |
I'd love xcbeautify to support this but while waiting I'm using this workaround. 🧪 Swift Testing WorkaroundExport JSON from xcresults:
Convert JSON to XML using something like my crude Swift script:
note: Swift Package Manager includes the |
This workaround works, thanks a lot @swhitty! |
SwiftTesting*CaptureGroup
should be handled atxcbeautify/Sources/XcbeautifyLib/JunitReporter.swift
Lines 26 to 53 in ebb37ba
The text was updated successfully, but these errors were encountered: