Releases: SvenskaSpel/locust-plugins
Releases · SvenskaSpel/locust-plugins
2.5.3
Full Changelog: 2.5.0...2.5.3
2.5.0
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
Full Changelog: 2.4.2...2.4.3
2.4.2
Full Changelog: 2.4.1...2.4.2
2.4.1
Add RunOnFail listener
Full Changelog: 2.4.0...2.4.1
2.4.0
- 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
Full Changelog: 2.3.1...2.3.2
2.3.1
Full Changelog: 2.3.0...2.3.1
2.3.0
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
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