We are currently in process of integrating Maven to Jmeter in one of our project and facing issues with result analysis.
For result analysis, we have included “jmeter-analysis-maven-plugin“ in the project POM.xml to PASS/FAIL the maven build based on the pre-defined throughput threshold condition.
Problem Statement :
The maven build skips the result analysis and build is successful irrespective of the throughput threshold set. (i.e. the maven build is successful even when the throughput is not met) .
Has anyone worked on Jmeter-maven integration or have faced similar issues, please let me know.
Below are the versions which we used for integration.
Maven - 3.3.3 Jmeter - 3.2 jmeter- maven-plugin – 2.7.0 jmeter-analysis-maven-plugin – 1.0.6
Also is there any plugin available for build PASS/FAIL based on the response times?
Appreciate quick response.
Thanks in Advance.