Snapshot size differs between Xcode and Fastlane #775
Unanswered
ChrisLawther-KitmanLabs
asked this question in
Q&A
Replies: 0 comments
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.
-
We have some very straightforward snapshot tests in an SPM package that have produced reference images at 3x, and which reliably pass when tests are run from within Xcode.
If the same tests are instead run from Fastlane (on the same machine), they fail. The failed images are at 2x dimensions.
An example of our usage is a very straightforward:
Why might the size vary if we're always asking for
.iPhone13(.portrait)
?Beta Was this translation helpful? Give feedback.
All reactions