mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-10 17:43:00 +08:00
41 lines
2.3 KiB
Markdown
41 lines
2.3 KiB
Markdown
## hrp
|
|
|
|
Next-Generation API Testing Solution.
|
|
|
|
### Synopsis
|
|
|
|
|
|
██╗ ██╗████████╗████████╗██████╗ ██████╗ ██╗ ██╗███╗ ██╗███╗ ██╗███████╗██████╗
|
|
██║ ██║╚══██╔══╝╚══██╔══╝██╔══██╗██╔══██╗██║ ██║████╗ ██║████╗ ██║██╔════╝██╔══██╗
|
|
███████║ ██║ ██║ ██████╔╝██████╔╝██║ ██║██╔██╗ ██║██╔██╗ ██║█████╗ ██████╔╝
|
|
██╔══██║ ██║ ██║ ██╔═══╝ ██╔══██╗██║ ██║██║╚██╗██║██║╚██╗██║██╔══╝ ██╔══██╗
|
|
██║ ██║ ██║ ██║ ██║ ██║ ██║╚██████╔╝██║ ╚████║██║ ╚████║███████╗██║ ██║
|
|
╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝
|
|
|
|
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
|
|
Copyright 2017 debugtalk
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for hrp
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [hrp boom](hrp_boom.md) - run load test with boomer
|
|
* [hrp convert](hrp_convert.md) - convert to JSON/YAML/gotest/pytest testcases
|
|
* [hrp har2case](hrp_har2case.md) - convert HAR to json/yaml testcase files
|
|
* [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 wiki](hrp_wiki.md) - visit https://httprunner.com
|
|
|
|
###### Auto generated by spf13/cobra on 27-May-2022
|