mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-15 20:38:44 +08:00
refactor: rename to hrp
This commit is contained in:
25
docs/cmd/hrp.md
Normal file
25
docs/cmd/hrp.md
Normal file
@@ -0,0 +1,25 @@
|
||||
## hrp
|
||||
|
||||
One-stop solution for HTTP(S) testing.
|
||||
|
||||
### Synopsis
|
||||
|
||||
hrp(HttpRunnerPlus) is the next generation for HttpRunner. Enjoy! ✨ 🚀 ✨
|
||||
|
||||
License: Apache-2.0
|
||||
Github: https://github.com/httprunner/hrp
|
||||
Copyright 2021 debugtalk
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for hrp
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [hrp boom](hrp_boom.md) - run load test with boomer
|
||||
* [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 16-Oct-2021
|
||||
@@ -1,4 +1,4 @@
|
||||
## httpboomer boom
|
||||
## hrp boom
|
||||
|
||||
run load test with boomer
|
||||
|
||||
@@ -7,15 +7,15 @@ run load test with boomer
|
||||
run yaml/json testcase files for load test
|
||||
|
||||
```
|
||||
httpboomer boom [flags]
|
||||
hrp 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
|
||||
$ hrp boom demo.json # run specified json testcase file
|
||||
$ hrp boom demo.yaml # run specified yaml testcase file
|
||||
$ hrp boom examples/ # run testcases in specified folder
|
||||
```
|
||||
|
||||
### Options
|
||||
@@ -35,6 +35,6 @@ httpboomer boom [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [httpboomer](httpboomer.md) - One-stop solution for HTTP(S) testing.
|
||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||
|
||||
###### Auto generated by spf13/cobra on 11-Oct-2021
|
||||
###### Auto generated by spf13/cobra on 16-Oct-2021
|
||||
23
docs/cmd/hrp_har2case.md
Normal file
23
docs/cmd/hrp_har2case.md
Normal file
@@ -0,0 +1,23 @@
|
||||
## hrp har2case
|
||||
|
||||
Convert HAR to json/yaml testcase files
|
||||
|
||||
### Synopsis
|
||||
|
||||
Convert HAR to json/yaml testcase files
|
||||
|
||||
```
|
||||
hrp har2case path... [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for har2case
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||
|
||||
###### Auto generated by spf13/cobra on 16-Oct-2021
|
||||
33
docs/cmd/hrp_run.md
Normal file
33
docs/cmd/hrp_run.md
Normal file
@@ -0,0 +1,33 @@
|
||||
## hrp run
|
||||
|
||||
run API test
|
||||
|
||||
### Synopsis
|
||||
|
||||
run yaml/json testcase files for API test
|
||||
|
||||
```
|
||||
hrp run path... [flags]
|
||||
```
|
||||
|
||||
### Examples
|
||||
|
||||
```
|
||||
$ hrp run demo.json # run specified json testcase file
|
||||
$ hrp run demo.yaml # run specified yaml testcase file
|
||||
$ hrp run examples/ # run testcases in specified folder
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-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 16-Oct-2021
|
||||
@@ -1,25 +0,0 @@
|
||||
## 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
|
||||
@@ -1,23 +0,0 @@
|
||||
## 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
|
||||
@@ -1,32 +0,0 @@
|
||||
## 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