Varesh Tuli
Varesh Tuli

Reputation: 45

How to setup the maven project to run the JMeter tests?

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.

Upvotes: 1

Views: 606

Answers (2)

user4925383
user4925383

Reputation:

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.

Upvotes: 1

djangofan
djangofan

Reputation: 29669

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.

Upvotes: 0

Related Questions