Asynchronous Snapshot Testing #582
Unanswered
skywalkerdude
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need some help doing asynchronous snapshot testing. I followed the Gist here, but it didn't seem to change anything. The details are here in this SO question: https://stackoverflow.com/questions/71360681/swiftui-snapshot-test-async-view, but basically, I am trying to find a way to test my custom
WrappedHStack
view that calculates dimensions on the fly, depending on how many items are in the view. Could someone give me pointers on how to get this working with swift snapshot testing?I did a search and the closest thing I found was #501, which seems like a different issue.
Beta Was this translation helpful? Give feedback.
All reactions