mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
change: do not add console output by default feat: add GA for docs refactor: move builtin to internal refactor: relocate sentry sdk feat: report events with ga change: use http client session fix: report GA events change: sentry
609 B
609 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
-h, --help help for run
-p, --proxy-url string set proxy url
-s, --silent disable logging request & response details
SEE ALSO
- hrp - One-stop solution for HTTP(S) testing.