Files
httprunner/docs/cmd/hrp_run.md
buyuxiang e6467dfc28 fix startswith endswith and unittest
Change-Id: I3e1c6fd82812d13b4e23ecd6b23c4d57170852e1
2022-02-15 17:05:39 +08:00

796 B

hrp run

run API test

Synopsis

run yaml/json testcase files for API test

hrp run $path... [flags]

Examples

  $ hrp run demo.json	# run specified json testcase file
  $ hrp run demo.yaml	# run specified yaml testcase file
  $ hrp run examples/	# run testcases in specified folder

Options

      --continue-on-failure   continue running next step when failure occurs
  -r, --gen-html-report       generate html report
  -h, --help                  help for run
  -p, --proxy-url string      set proxy url
      --save-tests            save tests summary
  -s, --silent                disable logging request & response details

SEE ALSO

  • hrp - One-stop solution for HTTP(S) testing.
Auto generated by spf13/cobra on 15-Feb-2022