diff --git a/docs/cmd/hrp.md b/docs/cmd/hrp.md index 203deeaa..7b19c12c 100644 --- a/docs/cmd/hrp.md +++ b/docs/cmd/hrp.md @@ -1,6 +1,6 @@ ## hrp -One-stop solution for HTTP(S) testing. +Next-Generation API Testing Solution. ### 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, -load testing and digital experience monitoring (DEM). Enjoy! ✨ 🚀 ✨ +HttpRunner is an open source API testing tool that supports HTTP(S)/HTTP2/WebSocket/RPC +network protocols, covering API testing, performance testing and digital experience +monitoring (DEM) test types. Enjoy! ✨ 🚀 ✨ License: Apache-2.0 Website: https://httprunner.com -Github: https://github.com/httprunner/httprunner/hrp +Github: https://github.com/httprunner/httprunner Copyright 2021 debugtalk ### Options @@ -30,7 +31,8 @@ Copyright 2021 debugtalk * [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 +* [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 -###### Auto generated by spf13/cobra on 26-Mar-2022 +###### Auto generated by spf13/cobra on 16-Apr-2022 diff --git a/docs/cmd/hrp_boom.md b/docs/cmd/hrp_boom.md index 3b172a65..0315dece 100644 --- a/docs/cmd/hrp_boom.md +++ b/docs/cmd/hrp_boom.md @@ -39,6 +39,6 @@ hrp boom [flags] ### 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 diff --git a/docs/cmd/hrp_har2case.md b/docs/cmd/hrp_har2case.md index 918f27aa..5fd11b46 100644 --- a/docs/cmd/hrp_har2case.md +++ b/docs/cmd/hrp_har2case.md @@ -22,6 +22,6 @@ hrp har2case $har_path... [flags] ### 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 diff --git a/docs/cmd/hrp_pytest.md b/docs/cmd/hrp_pytest.md new file mode 100644 index 00000000..3f181b01 --- /dev/null +++ b/docs/cmd/hrp_pytest.md @@ -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 diff --git a/docs/cmd/hrp_run.md b/docs/cmd/hrp_run.md index 9853458d..3576c306 100644 --- a/docs/cmd/hrp_run.md +++ b/docs/cmd/hrp_run.md @@ -1,6 +1,6 @@ ## hrp run -run API test +run API test with go engine ### Synopsis @@ -32,6 +32,6 @@ hrp run $path... [flags] ### 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 diff --git a/docs/cmd/hrp_startproject.md b/docs/cmd/hrp_startproject.md index 12039f93..d1c109bd 100644 --- a/docs/cmd/hrp_startproject.md +++ b/docs/cmd/hrp_startproject.md @@ -17,6 +17,6 @@ hrp startproject $project_name [flags] ### 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 diff --git a/hrp/cmd/root.go b/hrp/cmd/root.go index b0d69625..9128d37e 100644 --- a/hrp/cmd/root.go +++ b/hrp/cmd/root.go @@ -15,7 +15,7 @@ import ( // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ Use: "hrp", - Short: "One-stop solution for API testing.", + Short: "Next-Generation API Testing Solution.", Long: ` ██╗ ██╗████████╗████████╗██████╗ ██████╗ ██╗ ██╗███╗ ██╗███╗ ██╗███████╗██████╗ ██║ ██║╚══██╔══╝╚══██╔══╝██╔══██╗██╔══██╗██║ ██║████╗ ██║████╗ ██║██╔════╝██╔══██╗