mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
597 B
597 B
httpboomer run
run API test
Synopsis
run yaml/json testcase files for API test
httpboomer run path... [flags]
Examples
$ httpboomer run demo.json # run specified json testcase file
$ httpboomer run demo.yaml # run specified yaml testcase file
$ httpboomer run examples/ # run testcases in specified folder
Options
-h, --help help for run
-s, --silent Disable logging request & response details
SEE ALSO
- httpboomer - One-stop solution for HTTP(S) testing.