Not only my views appear in the generated file #35
|
Hi! We have a multi-module project, I upload dependencies via tuist, everything works correctly: PrefireTestsPlugin is installed for the desired target, but during the test run, snapshots for authView, circleImage and others also appear in the PreviewTests.geneated file. Can you tell me why this is happening? This is my generated file: |
Replies: 5 comments 9 replies
|
I had the same issue. When we build our project via Fastlane the DerivedData + SourcePackages folder is created in the root of the project. The PrefireTestsPlugin seems to use those files and add it to the generated PreviewTests file. |
Our .prefire.yml file is not used when I use Fastlane (see other discussion). @BarredEwe Maybe you can add an excluded_folders config? |
|
Can you try to use a pre-fix (only for PrefireTestsPlugin) from exactSourceInstallation branch? |
|
I solved my problem by creating a local dependency and deleting the Example folder |





I solved my problem by creating a local dependency and deleting the Example folder
Thank you all for your help!