feat: add boom subcommand

This commit is contained in:
debugtalk
2021-10-10 22:39:52 +08:00
parent 1f30c80cb5
commit c86aaa2555
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...)
}