set DisableFlagParsing: true

This commit is contained in:
buyuxiang
2022-07-22 21:04:01 +08:00
parent 3c160aeec6
commit 971483de12
17 changed files with 66 additions and 164 deletions

View File

@@ -10,6 +10,8 @@
- feat: support omitting websocket url if not necessary
- feat: support multiple websocket connections each session
- fix: optimize websocket step initialization
- feat: support convert curl command(s) to testcase(s)
- feat: support run curl as subcommand of run/boom/convert
## v4.1.6 (2022-07-04)

View File

@@ -37,4 +37,4 @@ Copyright 2017 debugtalk
* [hrp startproject](hrp_startproject.md) - create a scaffold project
* [hrp wiki](hrp_wiki.md) - visit https://httprunner.com
###### Auto generated by spf13/cobra on 6-Jul-2022
###### Auto generated by spf13/cobra on 22-Jul-2022

View File

@@ -41,6 +41,6 @@ hrp boom [flags]
### SEE ALSO
* [hrp](hrp.md) - Next-Generation API Testing Solution.
* [hrp boom curl](hrp_boom_curl.md) - run load test with boomer using converted curl testcase
* [hrp boom curl](hrp_boom_curl.md) - run load test with boomer by curl command
###### Auto generated by spf13/cobra on 6-Jul-2022
###### Auto generated by spf13/cobra on 22-Jul-2022

View File

@@ -1,6 +1,6 @@
## hrp boom curl
run load test with boomer using converted curl testcase
run load test with boomer by curl command
```
hrp boom curl URLs [flags]
@@ -9,18 +9,11 @@ hrp boom curl URLs [flags]
### Options
```
-b, --cookie strings -b, --cookie in curl
-d, --data strings -d, --data in curl
-F, --form strings -F, --form in curl
-G, --get -G, --get in curl
-I, --head -I, --head in curl
-H, --header strings -H, --header in curl
-h, --help help for curl
-X, --request string -X, --request in curl
-h, --help help for curl
```
### SEE ALSO
* [hrp boom](hrp_boom.md) - run load test with boomer
###### Auto generated by spf13/cobra on 6-Jul-2022
###### Auto generated by spf13/cobra on 22-Jul-2022

View File

@@ -28,4 +28,4 @@ hrp build $path ... [flags]
* [hrp](hrp.md) - Next-Generation API Testing Solution.
###### Auto generated by spf13/cobra on 6-Jul-2022
###### Auto generated by spf13/cobra on 22-Jul-2022

View File

@@ -21,6 +21,6 @@ hrp convert $path... [flags]
### SEE ALSO
* [hrp](hrp.md) - Next-Generation API Testing Solution.
* [hrp convert curl](hrp_convert_curl.md) - convert curl command(s) to httprunner testcase
* [hrp convert curl](hrp_convert_curl.md) - convert curl command to httprunner testcase
###### Auto generated by spf13/cobra on 6-Jul-2022
###### Auto generated by spf13/cobra on 22-Jul-2022

View File

@@ -1,6 +1,6 @@
## hrp convert curl
convert curl command(s) to httprunner testcase
convert curl command to httprunner testcase
```
hrp convert curl URLs [flags]
@@ -9,18 +9,11 @@ hrp convert curl URLs [flags]
### Options
```
-b, --cookie strings -b, --cookie in curl
-d, --data strings -d, --data in curl
-F, --form strings -F, --form in curl
-G, --get -G, --get in curl
-I, --head -I, --head in curl
-H, --header strings -H, --header in curl
-h, --help help for curl
-X, --request string -X, --request in curl
-h, --help help for curl
```
### SEE ALSO
* [hrp convert](hrp_convert.md) - convert to JSON/YAML/gotest/pytest testcases
###### Auto generated by spf13/cobra on 6-Jul-2022
###### Auto generated by spf13/cobra on 22-Jul-2022

View File

@@ -1,27 +0,0 @@
## hrp har2case
convert HAR to json/yaml testcase files
### Synopsis
convert HAR to json/yaml testcase files
```
hrp har2case $har_path... [flags]
```
### Options
```
-h, --help help for har2case
-d, --output-dir string specify output directory, default to the same dir with har file
-p, --profile string specify profile path to override headers and cookies
-j, --to-json convert to JSON format (default)
-y, --to-yaml convert to YAML format
```
### SEE ALSO
* [hrp](hrp.md) - Next-Generation API Testing Solution.
###### Auto generated by spf13/cobra on 29-May-2022

View File

@@ -16,4 +16,4 @@ hrp pytest $path ... [flags]
* [hrp](hrp.md) - Next-Generation API Testing Solution.
###### Auto generated by spf13/cobra on 6-Jul-2022
###### Auto generated by spf13/cobra on 22-Jul-2022

View File

@@ -34,6 +34,6 @@ hrp run $path... [flags]
### SEE ALSO
* [hrp](hrp.md) - Next-Generation API Testing Solution.
* [hrp run curl](hrp_run_curl.md) - run API test with go engine using converted curl testcase
* [hrp run curl](hrp_run_curl.md) - run API test with go engine by curl command
###### Auto generated by spf13/cobra on 6-Jul-2022
###### Auto generated by spf13/cobra on 22-Jul-2022

View File

@@ -1,6 +1,6 @@
## hrp run curl
run API test with go engine using converted curl testcase
run API test with go engine by curl command
```
hrp run curl URLs [flags]
@@ -9,18 +9,11 @@ hrp run curl URLs [flags]
### Options
```
-b, --cookie strings -b, --cookie in curl
-d, --data strings -d, --data in curl
-F, --form strings -F, --form in curl
-G, --get -G, --get in curl
-I, --head -I, --head in curl
-H, --header strings -H, --header in curl
-h, --help help for curl
-X, --request string -X, --request in curl
-h, --help help for curl
```
### SEE ALSO
* [hrp run](hrp_run.md) - run API test with go engine
###### Auto generated by spf13/cobra on 6-Jul-2022
###### Auto generated by spf13/cobra on 22-Jul-2022

View File

@@ -21,4 +21,4 @@ hrp startproject $project_name [flags]
* [hrp](hrp.md) - Next-Generation API Testing Solution.
###### Auto generated by spf13/cobra on 6-Jul-2022
###### Auto generated by spf13/cobra on 22-Jul-2022

View File

@@ -16,4 +16,4 @@ hrp wiki [flags]
* [hrp](hrp.md) - Next-Generation API Testing Solution.
###### Auto generated by spf13/cobra on 6-Jul-2022
###### Auto generated by spf13/cobra on 22-Jul-2022