This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
Releases: httprunner/hrp
Releases · httprunner/hrp
v0.5.0
v0.4.0
v0.3.1
v0.3.0
- feat: implement
transaction
mechanism for load test - feat: continue running next step when failure occurs with
--continue-on-failure
flag, default to failfast - feat: report GA events with version
- feat: run load test with the given limit and burst as rate limiter, use
--spawn-count
,--spawn-rate
and--request-increase-rate
flag - feat: report runner state to prometheus
- refactor: fork boomer as sub module initially and made a lot of changes
- change: update API models
v0.2.2
v0.2.1
v0.2.0
v0.1.0
- feat: full support for HTTP(S)/1.1 methods
- feat: integrate zerolog for logging, include json log and pretty color console log
- feat: implement
har2case
for converting HAR to JSON/YAML testcases - feat: extract and validate json response with
jmespath
- feat: run JSON/YAML testcases with builtin functions
- feat: support testcase and teststep level variables mechanism
- feat: integrate
boomer
standalone mode for load testing - docs: init documentation website with
mkdocs
- docs: add project badges, including go report card, codecov, github actions, FOSSA, etc.
- test: add CI test with github actions
- test: integrate sentry sdk for event reporting and analysis