mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
feat: add flag --log-plugin to turn on plugin logging
This commit is contained in:
@@ -33,4 +33,4 @@ Copyright 2021 debugtalk
|
||||
* [hrp run](hrp_run.md) - run API test
|
||||
* [hrp startproject](hrp_startproject.md) - create a scaffold project
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Feb-2022
|
||||
###### Auto generated by spf13/cobra on 25-Feb-2022
|
||||
|
||||
@@ -39,4 +39,4 @@ hrp boom [flags]
|
||||
|
||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Feb-2022
|
||||
###### Auto generated by spf13/cobra on 25-Feb-2022
|
||||
|
||||
@@ -23,4 +23,4 @@ hrp har2case $har_path... [flags]
|
||||
|
||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Feb-2022
|
||||
###### Auto generated by spf13/cobra on 25-Feb-2022
|
||||
|
||||
@@ -21,9 +21,10 @@ hrp run $path... [flags]
|
||||
### Options
|
||||
|
||||
```
|
||||
--continue-on-failure continue running next step when failure occurs
|
||||
-r, --gen-html-report generate html report
|
||||
-c, --continue-on-failure continue running next step when failure occurs
|
||||
-g, --gen-html-report generate html report
|
||||
-h, --help help for run
|
||||
--plugin-log turn on plugin logging
|
||||
-p, --proxy-url string set proxy url
|
||||
--save-tests save tests summary
|
||||
-s, --silent disable logging request & response details
|
||||
@@ -33,4 +34,4 @@ hrp run $path... [flags]
|
||||
|
||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Feb-2022
|
||||
###### Auto generated by spf13/cobra on 25-Feb-2022
|
||||
|
||||
@@ -16,4 +16,4 @@ hrp startproject $project_name [flags]
|
||||
|
||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Feb-2022
|
||||
###### Auto generated by spf13/cobra on 25-Feb-2022
|
||||
|
||||
Reference in New Issue
Block a user