github abstracta/jmeter-java-dsl v0.33
0.33

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

This release includes support for configuring setup and teardown threadgroups!

This version includes following non backwards compatible changes:

  • Rename JMeterDistributedEngine to JmeterDistributedEngine
  • Rename JMeterEnvironment to JmeterEnvironment
  • Move DslThreadGroup from us.abstracta.jmeter.javadsl.core to us.abstracta.jmeter.javadsl.core.threadgroups
  • Move inner class ThreadGroupChild from DslThreadGroup to BaseThreadGroup.

These changes were made to avoid class names and package structure inconsistencies.

In most of the scenarios this changes shouldn't affect you, but if you have any import of such classes, then you will need to update them to be able to use this version and following ones.

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

NewReleases is sending notifications on new releases.