Skip to content
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

[jvm] CI error message should be more helpful #474

Open
nedtwigg opened this issue Sep 26, 2024 · 0 comments
Open

[jvm] CI error message should be more helpful #474

nedtwigg opened this issue Sep 26, 2024 · 0 comments

Comments

@nedtwigg
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant