mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-14 20:08:23 +08:00
bump version to v4.2.0
This commit is contained in:
@@ -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 22-Jul-2022
|
||||
###### Auto generated by spf13/cobra on 26-Jul-2022
|
||||
|
||||
@@ -21,14 +21,14 @@ hrp boom [flags]
|
||||
### Options
|
||||
|
||||
```
|
||||
--autostart Starts the test immediately (without disabling the web UI). Use --spawn-count and --spawn-rate to control user count and increase rate
|
||||
--auto-start Starts the test immediately. Use --spawn-count and --spawn-rate to control user count and increase rate
|
||||
--cpu-profile string Enable CPU profiling.
|
||||
--cpu-profile-duration duration CPU profile duration. (default 30s)
|
||||
--disable-compression Disable compression
|
||||
--disable-console-output Disable console output.
|
||||
--disable-keepalive Disable keepalive
|
||||
--expect-workers int How many workers master should expect to connect before starting the test (only when --autostart is used) (default 1)
|
||||
--expect-workers-max-wait int How many workers master should expect to connect before starting the test (only when --autostart is used
|
||||
--expect-workers-max-wait int How many workers master should expect to connect before starting the test (only when --autostart is used (default 120)
|
||||
-h, --help help for boom
|
||||
--ignore-quit ignores quit from master (only when --worker is used)
|
||||
--loop-count int The specify running cycles for load testing (default -1)
|
||||
@@ -52,6 +52,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 by curl command
|
||||
* [hrp boom curl](hrp_boom_curl.md) - run load test with curl command
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Jul-2022
|
||||
###### Auto generated by spf13/cobra on 26-Jul-2022
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## hrp boom curl
|
||||
|
||||
run load test with boomer by curl command
|
||||
run load test with curl command
|
||||
|
||||
```
|
||||
hrp boom curl URLs [flags]
|
||||
@@ -16,4 +16,4 @@ hrp boom curl URLs [flags]
|
||||
|
||||
* [hrp boom](hrp_boom.md) - run load test with boomer
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Jul-2022
|
||||
###### Auto generated by spf13/cobra on 26-Jul-2022
|
||||
|
||||
@@ -28,4 +28,4 @@ hrp build $path ... [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Jul-2022
|
||||
###### Auto generated by spf13/cobra on 26-Jul-2022
|
||||
|
||||
@@ -23,4 +23,4 @@ hrp convert $path... [flags]
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
* [hrp convert curl](hrp_convert_curl.md) - convert curl command to httprunner testcase
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Jul-2022
|
||||
###### Auto generated by spf13/cobra on 26-Jul-2022
|
||||
|
||||
@@ -16,4 +16,4 @@ hrp convert curl URLs [flags]
|
||||
|
||||
* [hrp convert](hrp_convert.md) - convert to JSON/YAML/gotest/pytest testcases
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Jul-2022
|
||||
###### Auto generated by spf13/cobra on 26-Jul-2022
|
||||
|
||||
@@ -16,4 +16,4 @@ hrp pytest $path ... [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Jul-2022
|
||||
###### Auto generated by spf13/cobra on 26-Jul-2022
|
||||
|
||||
@@ -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 by curl command
|
||||
* [hrp run curl](hrp_run_curl.md) - run API test with curl command
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Jul-2022
|
||||
###### Auto generated by spf13/cobra on 26-Jul-2022
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## hrp run curl
|
||||
|
||||
run API test with go engine by curl command
|
||||
run API test with curl command
|
||||
|
||||
```
|
||||
hrp run curl URLs [flags]
|
||||
@@ -16,4 +16,4 @@ hrp run curl URLs [flags]
|
||||
|
||||
* [hrp run](hrp_run.md) - run API test with go engine
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Jul-2022
|
||||
###### Auto generated by spf13/cobra on 26-Jul-2022
|
||||
|
||||
@@ -21,4 +21,4 @@ hrp startproject $project_name [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Jul-2022
|
||||
###### Auto generated by spf13/cobra on 26-Jul-2022
|
||||
|
||||
@@ -16,4 +16,4 @@ hrp wiki [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Jul-2022
|
||||
###### Auto generated by spf13/cobra on 26-Jul-2022
|
||||
|
||||
Reference in New Issue
Block a user