We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Debugging large snapshot changes in the terminal is difficult. #64 could help but you might still want to view the two files side by side.
Suggested solution is adding a new flag/option that writes failing snapshots to a file with an extra suffix e.g. .failed
.failed
Requested by @thecodejunkie: https://twitter.com/TheCodeJunkie/status/1388797594521022464
The text was updated successfully, but these errors were encountered:
Write failed snapshots to disk (bradleyjkemp#70)
137d03e
* added option to write failed snapshots to disk. default is false * added test
No branches or pull requests
Debugging large snapshot changes in the terminal is difficult. #64 could help but you might still want to view the two files side by side.
Suggested solution is adding a new flag/option that writes failing snapshots to a file with an extra suffix e.g.
.failed
Requested by @thecodejunkie: https://twitter.com/TheCodeJunkie/status/1388797594521022464
The text was updated successfully, but these errors were encountered: