You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our project structure is split into bunch of modules with same structure like this:
ModuleName
βββ Sources
βββ Tests
We've been using swift-snapshot-testing for quite a while, but without Prefire. swift-snapshot-testing saved snapshots into Tests folder, so structure actually was like this:
While the case totally isn't a critical one it still would be great to have a way to customize path for generated snapshots or to match with swift-snapshot-testing defaults.
The text was updated successfully, but these errors were encountered:
Context π΅οΈββοΈ
Our project structure is split into bunch of modules with same structure like this:
We've been using swift-snapshot-testing for quite a while, but without Prefire. swift-snapshot-testing saved snapshots into Tests folder, so structure actually was like this:
What π±
We started writing tests using Prefire, but it stores snapshots in a different location. So now we have two folders with snapshots:
Proposal π
While the case totally isn't a critical one it still would be great to have a way to customize path for generated snapshots or to match with swift-snapshot-testing defaults.
The text was updated successfully, but these errors were encountered: