BarredEwe / Prefire

🔥 A library based on SwiftUI Preview, for easy generation: Playbook view, Snapshot and Accessibility tests
Apache License 2.0
253 stars 16 forks source link

Cannot find 'file' in scope #8

Closed markst closed 1 year ago

markst commented 1 year ago

Seems that StaticString is conditional of argument.file but the assertSnapshot argument condition is not resolving correctly.

markst commented 1 year ago

Might be good to use the preview?.displayName as fallback?

BarredEwe commented 1 year ago

Might be good to use the preview?.displayName as fallback?

Can you add some example?

BarredEwe commented 1 year ago

Thanks for finding the problem and suggesting a fix. I posted a pull request: https://github.com/BarredEwe/Prefire/pull/12