franiglesias / golden

Golang Library for snapshot testing
MIT License
3 stars 2 forks source link

Customization of snapshot name #1

Closed franiglesias closed 9 months ago

franiglesias commented 9 months ago

t.Name() provides a good default for snapshot naming after the test name, but...

API

Golden.UseSnapshot(name string) Golden

franiglesias commented 9 months ago

Finished in v0.1.0