pointfreeco / swift-snapshot-testing

📸 Delightful Swift snapshot testing.
https://www.pointfree.co/episodes/ep41-a-tour-of-snapshot-testing
MIT License
3.73k stars 565 forks source link

Support inline snapshot API migrations #779

Closed stephencelis closed 10 months ago

stephencelis commented 11 months ago

Now that inline snapshotting is extensible let's also make it a little more flexible. By referencing a list of deprecated trailing closure labels, we can allow folks to provide automatic migration paths for recording over old snapshots.