How to use Xcode 16 folders with Snapshot Testing? #987
mariobadger
started this conversation in
General
Replies: 1 comment
-
Hi @mariobadger, I don't think there is anything this library can do to fix this. You will need to manually add the Snapshots directories to your Xcode project, and then convert the parent group to a directory. |
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
-
When converting an Xcode group that contains snapshot tests into a folder, Xcode fails the automatic conversion. This appears to be due to the snapshot image files and their containing folders not being added to the Xcode project.
Is there a recommended solution for this? Ideally, is there a way to either automatically add these snapshot files to the project or configure Xcode to ignore them during the conversion?
Supporting group-to-folder conversion would be highly beneficial for teams, as it helps reduce potential
.pbxproj
merge conflicts during collaboration on shared projects.Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions