1

I am trying to setup the maven project to run the JMeter tests. Please let me know the way to setup the things to run the JMeter tests using Maven.

Opal
  • 81,889
  • 28
  • 189
  • 210
Varesh Tuli
  • 35
  • 1
  • 11

2 Answers2

1

For me, most natural option is to use jmeter-maven-plugin:

https://github.com/jmeter-maven-plugin/jmeter-maven-plugin

It has good wiki with plenty of configuration examples.

automatictester
  • 2,436
  • 1
  • 19
  • 34
0

I documented it all here. This project describes how to do it with Gradle and also with Maven. Personally, I think the Gradle version is a little more stable but the Maven version allows for nice HTML reports.

djangofan
  • 28,471
  • 61
  • 196
  • 289