mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-27 03:10:08 +08:00
feat: add boom subcommand
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
var runCmd = &cobra.Command{
|
||||
Use: "run path...",
|
||||
Short: "run API test",
|
||||
Long: `run yaml/json testcase files`,
|
||||
Long: `run yaml/json testcase files for API test`,
|
||||
Example: ` $ 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`,
|
||||
|
||||
Reference in New Issue
Block a user