mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-30 21:09:36 +08:00
docs: update changelog
This commit is contained in:
@@ -1,23 +1,22 @@
|
|||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
## 3.0.2 (2020-05-15)
|
## 3.0.2 (2020-05-16)
|
||||||
|
|
||||||
**Added**
|
**Added**
|
||||||
|
|
||||||
- feat: add `make` sub-command to generate python testcases from YAML/JSON
|
- feat: add `make` sub-command to generate python testcases from YAML/JSON
|
||||||
- feat: format generated python testcases with [`black`](https://github.com/psf/black)
|
- feat: format generated python testcases with [`black`](https://github.com/psf/black)
|
||||||
- feat: implement global hooks `setup_testcase/teardown_testcase`, called before/after each testcase
|
- test: add postman echo & httpbin as testcase examples
|
||||||
- feat: implement global hooks `setup_teststep/teardown_teststep`, called before/after each teststep
|
|
||||||
|
|
||||||
**Changed**
|
**Changed**
|
||||||
|
|
||||||
|
- refactor all
|
||||||
- replace jsonschema validation with pydantic
|
- replace jsonschema validation with pydantic
|
||||||
- remove compatibility with testcase/testsuite format v1
|
- remove compatibility with testcase/testsuite format v1
|
||||||
- make `startproject` as hrun sub-command, usage: `hrun startproject <project_name>`
|
- replace unittest with pytest
|
||||||
- make `har2case` as hrun sub-command, usage: `hrun har2case -h`
|
- remove builtin html report, allure will be used with pytest later
|
||||||
- make `locusts` as hrun sub-command, usage: `hrun locusts -h`
|
- remove locust support temporarily
|
||||||
- remove default header `HRUN-Request-ID`, implement the same function with global hooks
|
- update command line interface
|
||||||
- remove `--failfast` argument, stop test run on the first error or failure by default
|
|
||||||
|
|
||||||
## 3.0.1 (2020-03-24)
|
## 3.0.1 (2020-03-24)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user