feat: support retry when test step failed

This commit is contained in:
duanchao.bill
2022-04-06 20:53:32 +08:00
committed by debugtalk
parent 5e40e3692d
commit 596e6673fe
9 changed files with 96 additions and 8 deletions

View File

@@ -20,6 +20,8 @@
- change: remove har2case, move all features to go version, replace with `hrp run`
- change: remove locust, you should run load tests with go version, replace with `hrp boom`
- change: remove fastapi and uvicorn dependencies
- change: add pytest.ini to make log colorful
- feat: support retry when test step failed
- fix: ignore exceptions when reporting GA events
- fix: remove misuse of NoReturn in Python typing