Files
httprunner/docs/cmd/hrp_har2case.md
2022-05-25 11:17:19 +08:00

638 B

hrp har2case

convert HAR to json/yaml testcase files

Synopsis

convert HAR to json/yaml testcase files

hrp har2case $har_path... [flags]

Options

  -h, --help                help for har2case
  -d, --output-dir string   specify output directory, default to the same dir with har file
  -p, --profile string      specify profile path to override headers and cookies
  -j, --to-json             convert to JSON format (default true)
  -y, --to-yaml             convert to YAML format

SEE ALSO

  • hrp - Next-Generation API Testing Solution.
Auto generated by spf13/cobra on 25-May-2022