-
Hi I managed to run snapshot test on Xcode Cloud (I'm preparing a YouTube video to explain my solution). I have a sample repo project in https://github.com/fespinoza/sample-json-app In fespinoza/sample-json-app#6 I set up Xcode Cloud to be able to run snapshots. Snapshot Context:
I use defined traits when taking snapshots and I even attempt setting the The problem:with all that setup the problem is Warning the line height of the reference is different from the one on CI I don't understand how this happens. Any ideas?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Did you compare the supported languages between your local simulator and CI simulator? The line height increases when you add a language like Hindi or Arabic as a supported language. |
Beta Was this translation helpful? Give feedback.
Interesting!
this comment reminded me that I hadn't set a test plan for the project. When I added the test plan and configure the language to English and region to Norway (as my machine) that made it work.
Thanks for the help!