mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
fix: report transaction result
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# Release History
|
||||
|
||||
## v0.3.0 (2021-12-13)
|
||||
## v0.3.0 (2021-12-21)
|
||||
|
||||
- feat: implement transaction for load test
|
||||
- feat: implement transaction mechanism for load test
|
||||
- feat: support `--continue-on-failure` flag to continue running next step when failure occurs
|
||||
|
||||
## v0.2.2 (2021-12-07)
|
||||
|
||||
|
||||
@@ -22,4 +22,4 @@ Copyright 2021 debugtalk
|
||||
* [hrp har2case](hrp_har2case.md) - Convert HAR to json/yaml testcase files
|
||||
* [hrp run](hrp_run.md) - run API test
|
||||
|
||||
###### Auto generated by spf13/cobra on 20-Dec-2021
|
||||
###### Auto generated by spf13/cobra on 21-Dec-2021
|
||||
|
||||
@@ -39,4 +39,4 @@ hrp boom [flags]
|
||||
|
||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||
|
||||
###### Auto generated by spf13/cobra on 20-Dec-2021
|
||||
###### Auto generated by spf13/cobra on 21-Dec-2021
|
||||
|
||||
@@ -23,4 +23,4 @@ hrp har2case harPath... [flags]
|
||||
|
||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||
|
||||
###### Auto generated by spf13/cobra on 20-Dec-2021
|
||||
###### Auto generated by spf13/cobra on 21-Dec-2021
|
||||
|
||||
@@ -21,13 +21,14 @@ hrp run path... [flags]
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for run
|
||||
-p, --proxy-url string set proxy url
|
||||
-s, --silent disable logging request & response details
|
||||
--continue-on-failure continue running next step when failure occurs
|
||||
-h, --help help for run
|
||||
-p, --proxy-url string set proxy url
|
||||
-s, --silent disable logging request & response details
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||
|
||||
###### Auto generated by spf13/cobra on 20-Dec-2021
|
||||
###### Auto generated by spf13/cobra on 21-Dec-2021
|
||||
|
||||
Reference in New Issue
Block a user