Replies: 3 comments
-
Hi @kyyoussef, this is to be expected. iOS updates can cause small changes in how views are laid out. You really have no choice but to re-record all of your images. Since this isn't an issue with the library I am going to convert it to a discussion. Please feel free to continue the conversation over there! |
Beta Was this translation helpful? Give feedback.
-
@mbrandonw Thank you, is there any way to decouple my tests from the os version ? |
Beta Was this translation helpful? Give feedback.
-
@mbrandonw Wouldn't that be a feature request? Especially now with the big changes with iOS 26 and supporting multiple OS-Versions that will be vastly different going forward. In a client project I also face the situation, that we run the test on iOS 17, 18 and 26. As of now this is not possible with Snapshot Testing, unfortunately. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
assertSnapshots
method is producing different images for the same view compared to earlier iOS versions. After upgrading my testing devices to iOS 18, my test cases have started to fail.To Reproduce
Expected behavior
Environment
Beta Was this translation helpful? Give feedback.
All reactions