I’m working with performance testing (REST), using jmeter and maven.
In my pom, I have the following plugins:
- chronos-jmeter-maven-plugin: to execute my jmx project
- chronos-report-maven-plugin: to create the report site with the performance metrics
Sometimes, there are some tests failures and I’m not able to see what was the response of the service. Is there any way to see all the requests and responses in the report? Or the failed responses?
The configuration section should allow you to enable responses and additional details. Try true and true. Could you include your config section of the plugin in your pom file?