Szymon Witkowski

Results 6 comments of Szymon Witkowski

Thanks for fast reply @BarredEwe! I see some inconsistencies tho. I still use config above. Here's what I observed: ### PrefirePlaybookPlugin #### `#Preview` macro - `preview_default_enabled: false` setting is still...

>You need to use playbook_configuration instead of prefire_configuration Ok, that indeed solves first issue 😅 Still no snapshots tests 🤔

![image](https://github.com/BarredEwe/Prefire/assets/78354061/fba4755e-f902-4da2-9c61-751d7f6e4276) I followed the path to generated sources and `PreviewModels.generated.swift` doesn't have any models added. It's reproducible when I use only `PrefireTestPlugin` in my test target - no Playbook plugin...

I created sample [project](https://github.com/szymon-heetch/prefire-issue) which mimics my setup - the lead could be that tests are separated to standalone Framework 🤔

I dug a bit by myself and found out that list of files passed to sourcery is from app target instead of framework. ```yaml sources: - /Users/.../prefire-issue/PrefireIssue/PrefireIssue/ContentView.swift - /Users/.../prefire-issue/PrefireIssue/PrefireIssue/PrefireIssueApp.swift ```...