-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: New Option to save current snapshots in a separate folder #260
Comments
This issue is stale because it has been open 30 days with no activity. |
I also have a need for this feature. The snapshots in the CI pipeline are always slightly different from snapshots I take on a local system. To update the snapshots now, I have to rename the snapshot, download the new snapshot file from CI, update the snapshot locally in git and start the CI pipeline again. |
I would also need a feature like this. I love the tool, but it makes deliberate breaking change painful to update. You have to run the tests, see that some snapshots are wrong, look at the diff, realize the change is intended, delete the snapshot and run the tests again. EDIT: I want to add, if those tests are integrated into a CI pipeline (as they should), this can make a seemingly small change be very long to get through the development loop. |
🎉 This issue has been resolved in version 5.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
When running the tests I would like
jest-image-snapshot
three different folders:I think this might be related to Need actual image as a seperate image #252
I am happy to contribute to this, I might need some help/guidance though 😃
The text was updated successfully, but these errors were encountered: