Retry with Swift Testing snapshot tests #955
-
I see that #585 was done to allow for retrying/running repeatedly of XCTest tests, is there any solution for Swift Testing? |
Beta Was this translation helpful? Give feedback.
Answered by
ls-ivan-chalov
Apr 1, 2025
Replies: 1 comment
-
I think it's now possible using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ls-ivan-chalov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it's now possible using
@Suite(.snapshots())
in Xcode 16.3+ with this fix: #966