spatie / phpunit-snapshot-assertions

A way to test without writing actual test cases
https://spatie.be/courses/testing-laravel-with-pest/snapshot-testing
MIT License
640 stars 70 forks source link

Generate snapshot file names with dataset #163

Closed pierres closed 1 year ago

pierres commented 1 year ago

Add the data set name to the snapshot file names to generate separate snapshot files when dataProviders are used.

This should fix #162 and probably #161

benfreke commented 1 year ago

This definitely closed #162 , I tested this locally and got the expected changes.

freekmurze commented 1 year ago

Thank you very much!