Closed letmejustfixthat closed 5 years ago
The MarkupHelper result is currently not visible in the Klov Report. In the HTML report it works as expected.
test.fail(MarkupHelper.createCodeBlock(res.body().print(), CodeLanguage.JSON));
res is a REST-assured response body and will print the following:
res
[{"errorText":"some text","errorCode":"UNCLASSIFIED"}]
I'm using the current version 0.2.3
This is due to the underlying source for the json prettifier (json-tree) not being available in Klov. I will add this along with a few other fixes and release 0.2.4.
The MarkupHelper result is currently not visible in the Klov Report. In the HTML report it works as expected.
res
is a REST-assured response body and will print the following:I'm using the current version 0.2.3