I am integrating JMeter
to Jenkins
and displaying the result/report using the Performance Plugin
and so far it is working fine when the the report shows the Info about if the request is successful or failed, how much time does it take, percentage of error...
I would like to display here more Info if the request is failed, such as Response Data, or in case if it is failed because of an assertion, it should display the message here. Saying in other words, these approaches should act same as View Results Tree Listener in JMeter GUI
but I do not know how to attach it to the Performance Plugin
in Jenkins.
Does anyone have an idea how to achieve it? Thank you in advanced!