...
If you want to use JMeter Report Server then:
- Download jmeter-report-server-0.12-jar-with-dependencies.jar
- Run server where your JMeter instance is running:
Code Block > java -Dtestconfig.name.jtlpath=/path/to/file.jtl -jar jmeter-report-server.jar
- Go to your system settings in SONAR and set host and port for your JMeter Report Server.
- Go to your project settings and set the "configuration key" (this must be the same you set in your property name).
- Run mvn sonar:sonar
- Add JMeter widget to your dashboard and your JMeter metrics will be shown

...

