github abstracta/jmeter-java-dsl v0.54
0.54

latest releases: v1.29, v1.28.1, v1.28...
2 years ago

This release includes testResource which simplifies using files in src/test/resources in your test plans! Take a look here for an example and additional details. Thanks to @MaksSieve for contributing with this.

Additionally:

  • graphqlSampler now includes rawVariable to be able to specify variables with complex values like json objects, arrays and using jmeter expressions (like ${MY_VAR}) for numeric or boolean parameters. Thanks to @MaksSieve for asking this!
  • variables method in graphqlSampler has been deprecated in favor of variablesJson which avoids confusion and is more clear in intent.
  • encodedParam method in httpSampler has been deprecated in favor of new method rawParam to avoid confusion and to be consistent with graphqlSampler.rawVariable.
  • fix dependency in jmeter-java-dsl-blazemeter module which was causing issues in some scenario due to jackson libraries conflicts.
  • fix bug which affected teardownThreadGroup type resolution. Thanks to @polarnik for reporting this!

Don't miss a new jmeter-java-dsl release

NewReleases is sending notifications on new releases.