-
Notifications
You must be signed in to change notification settings - Fork 115
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
[Tooling] Test fastlane trainer refactoring for Swift Testing support #15241
base: trunk
Are you sure you want to change the base?
Conversation
Generated by 🚫 Danger |
|
1b106ef
to
41e9322
Compare
cc @mokagio so you dont rush updating all the repos with the trainer workaround we've been trying on WCiOS, given said workaround is likely to not work after all, and might have just returned us to the status quo. In other words, the workaround might still hide the same failures, especially from tests written in Swift Testing; and the first iteration of the hack looked like it fixed it bc it made the CI go red… but that was misleading (as it was reporting retries)… then the second iteration of the workaround probably returned us to the same behavior as before the hack, since Instead, this PR is adopting the implementation of my refactoring of fastlane's |
Note that:
![]() Footnotes
|
Distinguishing test cases with ≠ args
Created the PR in |
Important
Do not merge
This is to test some work I'm doing on
fastlane
to maketrainer
support parsing.xcresult
bundles that reports test results of tests implemented with Swift Testing (since as of today it seems thattrainer
only supports test results from XCTests?)