Optimize diff
within CI pipeline output for better readability in case of failing tests
#92
Labels
diff
within CI pipeline output for better readability in case of failing tests
#92
Feature Request
Summary
In #62, a CI pipeline was created for this action.
Sadly, the output of the integration tests
diff
are not that easy to understand.I was thinking of using something like https://github.com/josephburnett/jd
Another "problem" is, that every check has a
job
property which contains the job as a stringified JSON.Maybe this might be also fixed with using
jd
and maybe with a colorized output (not sure if thats even possible for GHA) but if not, usingdiff
to actually do the diff might suffice while usingjd
to display some kind of "pretty printed JSON".The text was updated successfully, but these errors were encountered: