Skip to content

Releases: SvenskaSpel/locust-plugins

2.5.3

23 Feb 16:18
Compare
Choose a tag to compare

Full Changelog: 2.5.0...2.5.3

2.5.0

06 Feb 14:43
Compare
Choose a tag to compare

Add PlaywrightUser for browser based testing! See https://github.com/SvenskaSpel/locust-plugins/blob/master/examples/playwright_ex.py

Full Changelog: 2.4.3...2.5.0

2.4.3

31 Jan 12:47
Compare
Choose a tag to compare

Full Changelog: 2.4.2...2.4.3

2.4.2

31 Jan 11:01
Compare
Choose a tag to compare

Full Changelog: 2.4.1...2.4.2

2.4.1

31 Jan 09:09
Compare
Choose a tag to compare

Add RunOnFail listener

Full Changelog: 2.4.0...2.4.1

2.4.0

29 Jan 16:18
Compare
Choose a tag to compare
  • support for assert in RestUser.rest()
  • wrap RestUser.rest()'s js attribute in an autoviv.Dict to allow safe navigation (avoiding TypeError and KeyError if you navigate outside the json response)
  • remove run_single_user now that it is in Locust core
  • various minor updates

Full Changelog: 2.3.2...2.4.0

2.3.2

23 Jan 18:26
Compare
Choose a tag to compare

Full Changelog: 2.3.1...2.3.2

2.3.1

20 Jan 16:12
Compare
Choose a tag to compare

Full Changelog: 2.3.0...2.3.1

2.3.0

20 Jan 16:09
Compare
Choose a tag to compare

re-implement the global iterations-per-second limiter as a configuration flag (overwrites any wait_time you may have set on your Users). requires a prerelease build of locust.

Full Changelog: 2.2.2...2.3.0

2.2.2

16 Jan 18:50
Compare
Choose a tag to compare

What's Changed

  • Allow use of context manager with webdriver by @alexeiser in #69
  • various updates to Timescale listener

Full Changelog: 2.1.1...2.2.2