feat: add boom subcommand

This commit is contained in:
debugtalk
2021-10-10 22:39:52 +08:00
parent 1a35afd14f
commit 188b5598d5
5 changed files with 68 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ import (
"github.com/imroc/req"
)
// run API test with default configs
func Run(t *testing.T, testcases ...ITestCase) error {
return NewRunner().WithTestingT(t).SetDebug(true).Run(testcases...)
}