mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
feat: gen markdown docs for command
This commit is contained in:
25
docs/cmd/httpboomer.md
Normal file
25
docs/cmd/httpboomer.md
Normal file
@@ -0,0 +1,25 @@
|
||||
## httpboomer
|
||||
|
||||
One-stop solution for HTTP(S) testing.
|
||||
|
||||
### Synopsis
|
||||
|
||||
HttpBoomer is the next generation for HttpRunner. Enjoy! ✨ 🚀 ✨
|
||||
|
||||
License: Apache-2.0
|
||||
Github: https://github.com/httprunner/httpboomer
|
||||
Copyright 2021 debugtalk
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for httpboomer
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [httpboomer boom](httpboomer_boom.md) - run load test with boomer
|
||||
* [httpboomer har2case](httpboomer_har2case.md) - Convert HAR to json/yaml testcase files
|
||||
* [httpboomer run](httpboomer_run.md) - run API test
|
||||
|
||||
###### Auto generated by spf13/cobra on 11-Oct-2021
|
||||
40
docs/cmd/httpboomer_boom.md
Normal file
40
docs/cmd/httpboomer_boom.md
Normal file
@@ -0,0 +1,40 @@
|
||||
## httpboomer boom
|
||||
|
||||
run load test with boomer
|
||||
|
||||
### Synopsis
|
||||
|
||||
run yaml/json testcase files for load test
|
||||
|
||||
```
|
||||
httpboomer boom [flags]
|
||||
```
|
||||
|
||||
### Examples
|
||||
|
||||
```
|
||||
$ httpboomer boom demo.json # run specified json testcase file
|
||||
$ httpboomer boom demo.yaml # run specified yaml testcase file
|
||||
$ httpboomer boom examples/ # run testcases in specified folder
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
--cpu-profile string Enable CPU profiling.
|
||||
--cpu-profile-duration duration CPU profile duration. (default 30s)
|
||||
-h, --help help for boom
|
||||
--master-host string Host or IP address of locust master for distributed load testing. (default "127.0.0.1")
|
||||
--master-port int The port to connect to that is used by the locust master for distributed load testing. (default 5557)
|
||||
--max-rps int Max RPS that boomer can generate, disabled by default.
|
||||
--mem-profile string Enable memory profiling.
|
||||
--mem-profile-duration duration Memory profile duration. (default 30s)
|
||||
--request-increase-rate string Request increase rate, disabled by default. (default "-1")
|
||||
--run-tasks string Run tasks without connecting to the master, multiply tasks is separated by comma. Usually, it's for debug purpose.
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [httpboomer](httpboomer.md) - One-stop solution for HTTP(S) testing.
|
||||
|
||||
###### Auto generated by spf13/cobra on 11-Oct-2021
|
||||
23
docs/cmd/httpboomer_har2case.md
Normal file
23
docs/cmd/httpboomer_har2case.md
Normal file
@@ -0,0 +1,23 @@
|
||||
## httpboomer har2case
|
||||
|
||||
Convert HAR to json/yaml testcase files
|
||||
|
||||
### Synopsis
|
||||
|
||||
Convert HAR to json/yaml testcase files
|
||||
|
||||
```
|
||||
httpboomer har2case path... [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for har2case
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [httpboomer](httpboomer.md) - One-stop solution for HTTP(S) testing.
|
||||
|
||||
###### Auto generated by spf13/cobra on 11-Oct-2021
|
||||
32
docs/cmd/httpboomer_run.md
Normal file
32
docs/cmd/httpboomer_run.md
Normal file
@@ -0,0 +1,32 @@
|
||||
## httpboomer run
|
||||
|
||||
run API test
|
||||
|
||||
### Synopsis
|
||||
|
||||
run yaml/json testcase files for API test
|
||||
|
||||
```
|
||||
httpboomer run path... [flags]
|
||||
```
|
||||
|
||||
### Examples
|
||||
|
||||
```
|
||||
$ httpboomer run demo.json # run specified json testcase file
|
||||
$ httpboomer run demo.yaml # run specified yaml testcase file
|
||||
$ httpboomer run examples/ # run testcases in specified folder
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for run
|
||||
-s, --silent Disable logging request & response details
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [httpboomer](httpboomer.md) - One-stop solution for HTTP(S) testing.
|
||||
|
||||
###### Auto generated by spf13/cobra on 11-Oct-2021
|
||||
Reference in New Issue
Block a user