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
When run in an IDE, the snapshot usually shows up as a diff. But on CI, it just says
org.opentest4j.AssertionFailedError: Snapshot mismatch
It would be way better to at least mark the first difference, something like:
Snapshot mismatch starting at Line 10: - this was the old line 10 + this is the new line 10
Need to figure out the other cases too (pure addition, pure removal, etc).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When run in an IDE, the snapshot usually shows up as a diff. But on CI, it just says
It would be way better to at least mark the first difference, something like:
Need to figure out the other cases too (pure addition, pure removal, etc).
The text was updated successfully, but these errors were encountered: