forked from httprunner/hrp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
46 changed files
with
273 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package httpboomer | ||
package hrp | ||
|
||
import ( | ||
"time" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package httpboomer | ||
package hrp | ||
|
||
import ( | ||
"testing" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package httpboomer | ||
package hrp | ||
|
||
import ( | ||
"bytes" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.