mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 15:37:35 +08:00
feat: update docs
This commit is contained in:
+2
-1
@@ -1,9 +1,10 @@
|
|||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
## v0.6.0 (2022-01-26)
|
## v0.6.0 (2022-01-27)
|
||||||
|
|
||||||
- feat: implement `rendezvous` mechanism for data driven
|
- feat: implement `rendezvous` mechanism for data driven
|
||||||
- feat: upload release artifacts to aliyun oss
|
- feat: upload release artifacts to aliyun oss
|
||||||
|
- feat: dump tests summary for execution results
|
||||||
- change: remove sentry sdk
|
- change: remove sentry sdk
|
||||||
|
|
||||||
## v0.5.3 (2022-01-25)
|
## v0.5.3 (2022-01-25)
|
||||||
|
|||||||
+1
-1
@@ -33,4 +33,4 @@ Copyright 2021 debugtalk
|
|||||||
* [hrp run](hrp_run.md) - run API test
|
* [hrp run](hrp_run.md) - run API test
|
||||||
* [hrp startproject](hrp_startproject.md) - create a scaffold project
|
* [hrp startproject](hrp_startproject.md) - create a scaffold project
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 19-Jan-2022
|
###### Auto generated by spf13/cobra on 27-Jan-2022
|
||||||
|
|||||||
@@ -39,4 +39,4 @@ hrp boom [flags]
|
|||||||
|
|
||||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 19-Jan-2022
|
###### Auto generated by spf13/cobra on 27-Jan-2022
|
||||||
|
|||||||
@@ -23,4 +23,4 @@ hrp har2case $har_path... [flags]
|
|||||||
|
|
||||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 19-Jan-2022
|
###### Auto generated by spf13/cobra on 27-Jan-2022
|
||||||
|
|||||||
+2
-1
@@ -24,6 +24,7 @@ hrp run $path... [flags]
|
|||||||
--continue-on-failure continue running next step when failure occurs
|
--continue-on-failure continue running next step when failure occurs
|
||||||
-h, --help help for run
|
-h, --help help for run
|
||||||
-p, --proxy-url string set proxy url
|
-p, --proxy-url string set proxy url
|
||||||
|
--save-tests save tests summary
|
||||||
-s, --silent disable logging request & response details
|
-s, --silent disable logging request & response details
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -31,4 +32,4 @@ hrp run $path... [flags]
|
|||||||
|
|
||||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 19-Jan-2022
|
###### Auto generated by spf13/cobra on 27-Jan-2022
|
||||||
|
|||||||
@@ -16,4 +16,4 @@ hrp startproject $project_name [flags]
|
|||||||
|
|
||||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 19-Jan-2022
|
###### Auto generated by spf13/cobra on 27-Jan-2022
|
||||||
|
|||||||
@@ -6,6 +6,12 @@
|
|||||||
"a": 12.3,
|
"a": 12.3,
|
||||||
"b": 3.45,
|
"b": 3.45,
|
||||||
"n": 5
|
"n": 5
|
||||||
|
},
|
||||||
|
"parameters_setting": {
|
||||||
|
"strategy": "Sequential",
|
||||||
|
"parameterIterator": [
|
||||||
|
{}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"teststeps": [
|
"teststeps": [
|
||||||
|
|||||||
Reference in New Issue
Block a user