mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-14 06:57:35 +08:00
22 lines
396 B
Markdown
22 lines
396 B
Markdown
## hrp convert
|
|
|
|
convert JSON/YAML testcases to pytest/gotest scripts
|
|
|
|
```
|
|
hrp convert $path... [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
--gotest convert to gotest scripts (TODO)
|
|
-h, --help help for convert
|
|
--pytest convert to pytest scripts (default true)
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
|
|
|
###### Auto generated by spf13/cobra on 24-Apr-2022
|