mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-30 12:59:39 +08:00
refactor: run tests with pytest
This commit is contained in:
21
docs/cmd/hrp_convert.md
Normal file
21
docs/cmd/hrp_convert.md
Normal file
@@ -0,0 +1,21 @@
|
||||
## hrp convert
|
||||
|
||||
convert JSON/YAML testcases to pytest/gotest scripts
|
||||
|
||||
```
|
||||
hrp convert $path... [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
--gotest convert to gotest scripts
|
||||
-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 22-Apr-2022
|
||||
Reference in New Issue
Block a user