Improve output formatting when JSON comparison fails in assertions
steinfletcher opened this issue · 1 comments
steinfletcher commented
Given that an defined expectation does not match the test output, e.g. the json body response does not match the value returned by the application under test, it is difficult to identity which fields do not match.
Implement a solution that makes it easy to identity which parts of the json did not match. See testify for an example.
steinfletcher commented
I am picking this up.