I have never used JMeter or Maven and have been assigned to the task in my work place. I have JMeter Functional tests which are integrated with maven and when I run it from maven they run fine and produce a result like below: However, the approach is okay if all tests are green. If something fails I don’t know which test run has failed. Can we do something to improve the reporting of maven from JMeter. I saw something called jmeter-analysis-Maven-plugin which I believe is to analyze performance test results from JMeter. Any idea or any other plugin you know to report functional tests of JMeter in a better way. Also one more question. If we have to use this analyze plugin do I need to download the jar file of the plugin. But where to keep it. Is there any guide which explains how to use a new JMeter plugin with maven from scratch?
[INFO] Tests Run: 7, Failures: 0
[INFO] Total time: 25.714 s