mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
618 B
618 B
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 - Next-Generation API Testing Solution.