mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-17 06:37:38 +08:00
33 lines
597 B
Markdown
33 lines
597 B
Markdown
## 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](httpboomer.md) - One-stop solution for HTTP(S) testing.
|
|
|
|
###### Auto generated by spf13/cobra on 11-Oct-2021
|