Replies: 1 comment
-
Hi @nikitaame, sorry but this is not really feasible. We do not want to make edits to the Xcode project file from the library. That can cause Xcode to crash and corrupt the project file. If you put your tests in an SPM package then this will work automatically. Also since this is not an issue with the library but rather a feature request, I am going to move it to a discussion. Feel free to continue the discussion there. |
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
-
I'm not sure if it would even be possible, but currently, whenever tests are run and recorded, directories are created but not Xcode groups. Would it be possible to create them so that
__Snapshots__
and the content within are visible directly in Xcode?To Reproduce
Expected behavior
Beta Was this translation helpful? Give feedback.
All reactions