Hello, You can try to use JMeter AutoStop plugin https://jmeter-plugins.org/wiki/AutoStop/ "AutoStop used when you want to stop test on some runtime criteria. Currently 3 criteria available: average response time, average latency and error rate" You can add JMeter plugin to maven https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/wiki/Adding-Excluding-libraries-to-from-the-classpath "You can add any additional Java libraries to JMeter's lib/ext directory by using the <jmeterExtensions> configuration element" You can ignore stopping at first failure by default https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/wiki/Test-Results-File-Format#6 " If you don't want the maven execution to stop you can tell the plugin to ignore failures using the <ignoreResultFailures> configuration"
On Tue, Mar 23, 2021 at 2:15 PM Désilets, Alain < [email protected]> wrote: > > > On 2021-03-23, 3:22 AM, "[email protected]" <[email protected]> wrote: > > ========== > As of current JMeter Maven Plugin version 3.3.0 > < > https://mvnrepository.com/artifact/com.lazerycode.jmeter/jmeter-maven-plugin/3.3.0 > > > it is not possible, you can try raising an enhancement request via > Issues > <https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/issues> > section > ========= > > Thanks for the answer. I will create an enhancement request. > > Alain > > > >
