refactor: rename to hrp

This commit is contained in:
debugtalk
2021-10-16 23:14:16 +08:00
parent ca8cda9df4
commit 296b34300c
46 changed files with 273 additions and 270 deletions

33
docs/cmd/hrp_run.md Normal file
View 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