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
Hello! I'm trying to evaluate if I can migrate from jest-image-snapshot to this library since this seems to run a lot faster.
Since I've got a lot of existing snapshots that I would rather not rename/update (so I wouldn't have to validate everything manually), I would like to change the name of the snapshots so I could use the same naming scheme as jest-image-snapshot uses. Additionally, we need to have the ability to change the filename based on some env variables, so a function would be good.
jest-image-snapshot allows doing this with the customSnapshotIdentifier option that can be a function. Would you consider adding something similar?
I tried doing this in my project by overriding the toMatchImageSnapshot with a custom matcher, but got stuck with the test count in the filename.
The text was updated successfully, but these errors were encountered:
Hello! I'm trying to evaluate if I can migrate from
jest-image-snapshot
to this library since this seems to run a lot faster.Since I've got a lot of existing snapshots that I would rather not rename/update (so I wouldn't have to validate everything manually), I would like to change the name of the snapshots so I could use the same naming scheme as
jest-image-snapshot
uses. Additionally, we need to have the ability to change the filename based on some env variables, so a function would be good.jest-image-snapshot
allows doing this with thecustomSnapshotIdentifier
option that can be a function. Would you consider adding something similar?I tried doing this in my project by overriding the
toMatchImageSnapshot
with a custom matcher, but got stuck with the test count in the filename.The text was updated successfully, but these errors were encountered: