Convert browser recordings into locustfiles automatically using har2locust! (documentation)
What's Changed
- Tiny performance enhancements by @cyberw in #2240
- Replace datetime.utcnow() with datetime.now(tz=timezone.utc), as it is kind of an antipattern by @cyberw in #2244
- Use C-style (percent) string formatting for all debug logging statements (improves performance) by @cyberw in #2245
- Update documentation for Environment.parsed_options by @klazuka in #2247
- Added a better working docker command for Windows users by @MagnusNordboe in #2248
- Small fixes to documentation by @jscanlannyc in #2254
- auto generated locustfiles from browser recordings using har2locust (documentation) by @cyberw in #2259
- Dont reset connection to worker if master receives a corrupted zmq message by @marcinh in #2266
New Contributors
- @klazuka made their first contribution in #2247
- @MagnusNordboe made their first contribution in #2248
- @jscanlannyc made their first contribution in #2254
Full Changelog: 2.13.0...2.13.1