pointfreeco / swift-snapshot-testing

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

Store paths of accessed snapshot files #849

Open lizzclark opened 5 months ago

lizzclark commented 5 months ago

This PR adds a property which keeps track of all snapshot file-paths accessed when running snapshot tests.

This is useful in order to check whether any unused snapshot files have been unintentionally added to/left in your project.