I am using JMeter with non-GUI mode. I have one issue using its reporting. Currently, I am trying to generate the report but has the issue of request and response for the particular API.
I have used 2 HTML reports -
- Generated from CSV - this report only gives me the status codes of the API with its URL's PFB screenshot -
- Ant report generated from jtl/xml - this report only gives me the status codes for the API with its URL's PFB screenshot -
Is there any way by which I can get the all details around API like -
- request headers
- response headers
- request data
- response data