mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 07:29:45 +08:00
40 lines
2.2 KiB
Markdown
40 lines
2.2 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 JSON/YAML testcases to pytest/gotest scripts
|
|
* [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
|
|
|
|
###### Auto generated by spf13/cobra on 5-May-2022
|