keploy
keploy copied to clipboard
[bug]: the diff viewer shows all of the trailing body as difference rather than being specific to the diff chars
Is there an existing issue for this?
- [X] I have searched the existing issues
Current behavior
This majorly happens for array of object.
Steps to reproduce
try breaking any api in java sample pet clinic app.
Environment
None
Version
Cloud
Repository
keploy
This error seems to be related to a pre-existing issue https://github.com/keploy/keploy/issues/1496
the summary of which was that the library dependency used to show the diff doesn’t handle arrays well.
I was testing few probable alternatives to the current json diff viewer dependency
https://github.com/keploy/keploy/issues/1738 is similar hence closing this issue.