change: update docs

This commit is contained in:
debugtalk
2022-04-16 12:36:17 +08:00
parent 30449b624a
commit e2f3dd726d
7 changed files with 37 additions and 16 deletions
+8 -6
View File
@@ -1,6 +1,6 @@
## hrp ## hrp
One-stop solution for HTTP(S) testing. Next-Generation API Testing Solution.
### Synopsis ### Synopsis
@@ -12,12 +12,13 @@ One-stop solution for HTTP(S) testing.
██║ ██║ ██║ ██║ ██║ ██║ ██║╚██████╔╝██║ ╚████║██║ ╚████║███████╗██║ ██║ ██║ ██║ ██║ ██║ ██║ ██║ ██║╚██████╔╝██║ ╚████║██║ ╚████║███████╗██║ ██║
╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝
hrp (HttpRunner+) aims to be a one-stop solution for HTTP(S) testing, covering API testing, HttpRunner is an open source API testing tool that supports HTTP(S)/HTTP2/WebSocket/RPC
load testing and digital experience monitoring (DEM). Enjoy! ✨ 🚀 ✨ network protocols, covering API testing, performance testing and digital experience
monitoring (DEM) test types. Enjoy! ✨ 🚀 ✨
License: Apache-2.0 License: Apache-2.0
Website: https://httprunner.com Website: https://httprunner.com
Github: https://github.com/httprunner/httprunner/hrp Github: https://github.com/httprunner/httprunner
Copyright 2021 debugtalk Copyright 2021 debugtalk
### Options ### Options
@@ -30,7 +31,8 @@ Copyright 2021 debugtalk
* [hrp boom](hrp_boom.md) - run load test with boomer * [hrp boom](hrp_boom.md) - run load test with boomer
* [hrp har2case](hrp_har2case.md) - convert HAR to json/yaml testcase files * [hrp har2case](hrp_har2case.md) - convert HAR to json/yaml testcase files
* [hrp run](hrp_run.md) - run API test * [hrp pytest](hrp_pytest.md) - run API test with pytest
* [hrp run](hrp_run.md) - run API test with go engine
* [hrp startproject](hrp_startproject.md) - create a scaffold project * [hrp startproject](hrp_startproject.md) - create a scaffold project
###### Auto generated by spf13/cobra on 26-Mar-2022 ###### Auto generated by spf13/cobra on 16-Apr-2022
+2 -2
View File
@@ -39,6 +39,6 @@ hrp boom [flags]
### SEE ALSO ### SEE ALSO
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing. * [hrp](hrp.md) - Next-Generation API Testing Solution.
###### Auto generated by spf13/cobra on 26-Mar-2022 ###### Auto generated by spf13/cobra on 16-Apr-2022
+2 -2
View File
@@ -22,6 +22,6 @@ hrp har2case $har_path... [flags]
### SEE ALSO ### SEE ALSO
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing. * [hrp](hrp.md) - Next-Generation API Testing Solution.
###### Auto generated by spf13/cobra on 26-Mar-2022 ###### Auto generated by spf13/cobra on 16-Apr-2022
+19
View File
@@ -0,0 +1,19 @@
## hrp pytest
run API test with pytest
```
hrp pytest $path ... [flags]
```
### Options
```
-h, --help help for pytest
```
### SEE ALSO
* [hrp](hrp.md) - Next-Generation API Testing Solution.
###### Auto generated by spf13/cobra on 16-Apr-2022
+3 -3
View File
@@ -1,6 +1,6 @@
## hrp run ## hrp run
run API test run API test with go engine
### Synopsis ### Synopsis
@@ -32,6 +32,6 @@ hrp run $path... [flags]
### SEE ALSO ### SEE ALSO
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing. * [hrp](hrp.md) - Next-Generation API Testing Solution.
###### Auto generated by spf13/cobra on 26-Mar-2022 ###### Auto generated by spf13/cobra on 16-Apr-2022
+2 -2
View File
@@ -17,6 +17,6 @@ hrp startproject $project_name [flags]
### SEE ALSO ### SEE ALSO
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing. * [hrp](hrp.md) - Next-Generation API Testing Solution.
###### Auto generated by spf13/cobra on 26-Mar-2022 ###### Auto generated by spf13/cobra on 16-Apr-2022
+1 -1
View File
@@ -15,7 +15,7 @@ import (
// rootCmd represents the base command when called without any subcommands // rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{ var rootCmd = &cobra.Command{
Use: "hrp", Use: "hrp",
Short: "One-stop solution for API testing.", Short: "Next-Generation API Testing Solution.",
Long: ` Long: `
██╗ ██╗████████╗████████╗██████╗ ██████╗ ██╗ ██╗███╗ ██╗███╗ ██╗███████╗██████╗ ██╗ ██╗████████╗████████╗██████╗ ██████╗ ██╗ ██╗███╗ ██╗███╗ ██╗███████╗██████╗
██║ ██║╚══██╔══╝╚══██╔══╝██╔══██╗██╔══██╗██║ ██║████╗ ██║████╗ ██║██╔════╝██╔══██╗ ██║ ██║╚══██╔══╝╚══██╔══╝██╔══██╗██╔══██╗██║ ██║████╗ ██║████╗ ██║██╔════╝██╔══██╗