mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-06 20:32:44 +08:00
28 lines
517 B
Markdown
28 lines
517 B
Markdown
## hrp pytest
|
|
|
|
Run API test with pytest
|
|
|
|
```
|
|
hrp pytest $path ... [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for pytest
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--log-json set log to json format (default colorized console)
|
|
-l, --log-level string set log level (default "INFO")
|
|
--venv string specify python3 venv path
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [hrp](hrp.md) - All-in-One Testing Framework for API, UI and Performance
|
|
|
|
###### Auto generated by spf13/cobra on 27-Jun-2025
|