Skip to content

Releases: smicyk/groovy-jmeter

Release v0.12.1

06 Jun 16:35
Compare
Choose a tag to compare

FIX

  • fixing command line variables to passed to the script

Release v0.12.0

31 May 19:10
Compare
Choose a tag to compare

CHANGES

  • add leaf and valueIsProperty to dsl definition to improve autogeneration for WIKI pages and DSL validations
  • add DNS Cache Manager test config element
  • add JDBC Sampler and related configuration test elements
  • add new examples for JDBC test script

Release v0.11.1

07 Mar 21:10
Compare
Choose a tag to compare

FIX

  • fix problem on Windows when setting JMeter search_paths variable, the paths regex take into account both file separators / and \

Release v0.11.0

28 Feb 23:20
Compare
Choose a tag to compare

CHANGES

  • update JMeter runtime to 5.2.1
  • add publication to maven repository
  • change command for local ivy repository

Release v0.10.0

25 Feb 22:09
Compare
Choose a tag to compare

CHANGES

  • define constraints on properties - two new constraint added list of values and range of numerical values
  • consistent namings for assert_json keyword
  • add windows versions for all build and run scripts
  • new keyword and properties structure - define validation on keywords and properties
  • add after and before keywords (TearDown and Setup Group element)
  • add extract_xpath (XPath2 Postprocessor element)
  • refactory timers (includes almost all timers from JMeter)
  • externalize titles and descriptions for keywords and properties to separate file

OTHERS

  • small updates in javadoc and readme files

Release v0.9.0

14 Nov 20:38
Compare
Choose a tag to compare

FIXES

  • URL parsing in HTTP sampler when in compact form

CHANGES

  • make consistent usage of file property to indicates file location, affects csv, listeners, body, include and insert keywords and replaces filename or path properties
  • add examples for jsr223 elements

OTHERS

  • small updates in documentation

Release v0.8.0

05 Nov 17:32
Compare
Choose a tag to compare

First Release