mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-21 16:23:16 +08:00
27 lines
618 B
Markdown
27 lines
618 B
Markdown
## hrp postman2case
|
|
|
|
convert postman collection to json/yaml testcase files
|
|
|
|
### Synopsis
|
|
|
|
convert postman collection to json/yaml testcase files
|
|
|
|
```
|
|
hrp postman2case $postman_path... [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for postman2case
|
|
-d, --output-dir string specify output directory, default to the same dir with postman collection file
|
|
-j, --to-json convert to JSON format (default true)
|
|
-y, --to-yaml convert to YAML format
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
|
|
|
###### Auto generated by spf13/cobra on 12-May-2022
|