Hi,
I was using jmeter-maven-plugin 2.9.0 with configuration – all my tests was running in alphabetical order:
<testFilesIncluded>
<jMeterTestFile>*.jmx</jMeterTestFile>
</testFilesIncluded>
and then I upgraded to version 3.5.0 à now all my tests run randomly.
My tests triggered by “mvn clean verify”
Is it any solution to be able to run tests alphabetically the same as in surefire plugin?:
https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#runOrder
Best Regards,
Agata