iamakshayshar / SoapUI-Extentter

This is an easy utility create to generate extent report & Klov reports based on SOAPUI project execution. This utility supports SOAPUI PROJECT execution report, SOAPUI TESTSUITE execution report & SOAPUI Individual TESTCASE execution report
https://iamakshayshar.github.io/
Apache License 2.0
3 stars 4 forks source link

PUT requests do not appear in the HTML report #24

Open ClementCampana opened 5 days ago

ClementCampana commented 5 days ago

I use SoapUI 5.7.1 and Java 16.0.2. PUT requests, which have no response, do not appear in the report. I think it's a problem with the interpretation of the response by the function: MarkupHelper.createCodeBlock(formatXmlOrJson(actualReq), formatXmlOrJson(actualRes));

Thank you for your help

iamakshayshar commented 5 days ago

Hey @ClementCampana I will check this. Thanks