mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-23 01:10:58 +08:00
refactor: runner api
This commit is contained in:
@@ -47,7 +47,7 @@ func (b *Boomer) Run(testcases ...ITestCase) {
|
||||
}
|
||||
|
||||
func (b *Boomer) convertBoomerTask(testcase *TestCase) *boomer.Task {
|
||||
runner := NewRunner().SetDebug(b.debug)
|
||||
runner := NewRunner(nil).SetDebug(b.debug)
|
||||
return &boomer.Task{
|
||||
Name: testcase.Config.Name,
|
||||
Weight: testcase.Config.Weight,
|
||||
|
||||
Reference in New Issue
Block a user