Questions tagged [jmeter-maven-plugin]

JMeter Maven plugin to automate Apache JMeter tests in Maven.

enter image description here

The JMeter Maven Plugin allows you to integrate Apache JMeter tests as part of your Maven build lifecycle. This makes your tests more portable and easier to run in multiple environments as the only real dependency is a valid Maven install.

242 questions
0
votes
1 answer

How to run multiple jmeter .jmx tests with multiple input files using jmeter.maven.plugin

I need to be able to run jmeter tests from jenkins using mvn and jmeter-maven-plugin. Here is the file setup: test_dev.jmx test_dev.txt test_dev_regression.jmx test_dev_regression.txt Here is the pom file used by the mvn command (below):
jmess
  • 83
  • 5
0
votes
2 answers

jmeter-maven-plugin repository configuration

I'm trying to use JMeter maven plugin with private nexus repository without success. Here is the POM file
Tuomas Toivonen
  • 21,690
  • 47
  • 129
  • 225
0
votes
1 answer

How to run JMeter test from Jenkins

How to run jmeter test from Jenkins, here i want to run my jmeter test with jenkins and tried to configure the Jenkins with Performance plugin based on the information got after googling. In Google the solution is provided where jenkins is hosted…
Vishwanath
  • 15
  • 4
0
votes
2 answers

Running the jmeter-maven-plugin in a Docker Maven environment results always in 403 errors

When I start in a Docker environment with Jenkins a JMeter test using a jmeter-maven-plugin, then the HttpRequests will always fail with a 403. It doesn't matter whether the receiving SpringBootApplication runs within a Docker environment or just…
tm1701
  • 7,307
  • 17
  • 79
  • 168
0
votes
2 answers

How to config "pom.xml" to jmeter

My POM.xml is
Krishna Murthy
  • 97
  • 5
  • 16
0
votes
1 answer

How to set automatic download dependencies to JMeter slave machines from JMeter Maven Plugin

I was using tag to specify the dependency plugins although the dependencies are not getting downloaded for slave machines where It is required to manually download them in slave machine. Is there any solution to download…
Lusitha
  • 330
  • 1
  • 3
  • 19
0
votes
3 answers

Apache Dashboard HTML reports with Jmeter Maven plugin

I want mvn clean verify to run following command for me jmeter -n -t -l -e -o /htmlReports I checked below similar question How to create HTML reports using Jmeter Maven Plugin 2.1.0. but it didn't work for me. I want all…
paul
  • 4,333
  • 16
  • 71
  • 144
0
votes
1 answer

Relative path to jmeter target folder in Jmeter GUI

I want to save Jmeter aggregate report to project's target folder with timestamp,so that everytime I run the tests I get the new unique report, irrespective of OS. I tried by providing this path /target/jmeter/results/aggReport.csv but it saved it…
paul
  • 4,333
  • 16
  • 71
  • 144
0
votes
4 answers

Jmeter: Test plan has two thread groups but it generated only 1 jtl report

My Jmeter Test Plan has two threads. Both threads requires separate CSV (csv parameterization) files. At the end of test mvn verify I expect two .jtl files generated, but get only one. Seems only 1 thread is running. When I run in GUI then it works…
paul
  • 4,333
  • 16
  • 71
  • 144
0
votes
1 answer

How to group Http requests with transactions in Jmeter HTML Reports?

HTML Reports generated with JMeter don't show requests grouped under a particular transaction. All requests and transactions appear in the HTML report Randomly. Is there a way to arranage those requests as part of transactions in the HTML…
0
votes
1 answer

Integrate extent reports with jmeter for test reporting

I would like to uses jmeter for api functional testing, the jmeter dashboard reporting is not ideal for functional testing. I have attempted to integrate extent 2.41.2 reporting with groovy script that validates responses (http and expected response…
Nobody
  • 549
  • 1
  • 10
  • 24
0
votes
0 answers

Jmeter Maven clean verify gives "Uncaught Exception java.lang.NoClassDefFoundError: com/jayway/jsonpath/internal/JsonReader"

I am trying to run jmx test using jmeter maven plugin. Everytime the tests starts and fails throwing the below exception. Exception: Uncaught Exception java.lang.NoClassDefFoundError: com/jayway/jsonpath/internal/JsonReader POM:
Madhuri
  • 19
  • 1
  • 1
  • 4
0
votes
1 answer

Getting org.apache.jorphan.logging.Slf4jLogkitLogger overrides final method error while using maven jmeter plugin 2.7.0

We have used Ultimate Thread group in our Jmeter test plan. Currently, we are looking to execute the test using maven jmeter plugin. I am getting following error while trying to run jmeter test using jmeter-maven-plugin version 2.7.0: [INFO] An…
0
votes
1 answer

Jmeter + Maven: how to add a jar file to JMeter /lib/ext folder

I have a Jmeter-Maven project and I'd like to put a modified jar file in "/lib/ext" folder. I've added it to “/src/test/jmeter/lib/ext”, but seems it doesn't work. Do I need to add dependencies to my POM file or so? Any suggestions? Thanks in…
Konstantin V
  • 144
  • 11
0
votes
1 answer

JMeter + Maven: how to send test result data to Grafana

I use have JMeter tests run by jmeter-maven-plugin. Previously I used JMeter + InfluxDB + Grafana, but what should I do now in the case when I run my JMeter test by jmeter-maven-plugin? How can I send test result data to Grafana? Thanks in advance…
Konstantin V
  • 144
  • 11