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 includesrawVariable
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 ingraphqlSampler
has been deprecated in favor ofvariablesJson
which avoids confusion and is more clear in intent.encodedParam
method inhttpSampler
has been deprecated in favor of new methodrawParam
to avoid confusion and to be consistent withgraphqlSampler.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!