feat: add --profile flag for har2case to support overwrite headers/cookies with specified yaml/json profile file

This commit is contained in:
debugtalk
2022-03-26 10:44:19 +08:00
parent d3b3b80d17
commit a5f7eea9c3
16 changed files with 190 additions and 1136 deletions

View File

@@ -2,15 +2,18 @@
## 4.0.0
- refactor: merge [hrp] into httprunner repo
- refactor: merge [hrp] into httprunner v4, which will include golang and python dual engine
**go version**
- feat: add `--profile` flag for har2case to support overwrite headers/cookies with specified yaml/json profile file
- change: integrate [sentry sdk][sentry sdk] for panic reporting and analysis
- fix: call referenced api/testcase with relative path
**python version**
- change: remove locust, you should run load tests with go version
- change: remove fastapi and uvicorn dependencies
- fix: ignore exceptions when reporting GA events
- fix: remove misuse of NoReturn in Python typing