feat: quit boomer test

This commit is contained in:
debugtalk
2021-11-15 15:23:32 +08:00
parent f7efadf207
commit 3f96111027
2 changed files with 30 additions and 14 deletions
+4
View File
@@ -36,6 +36,10 @@ func (b *Boomer) Run(testcases ...ITestCase) {
b.Boomer.Run(taskSlice...)
}
func (b *Boomer) Quit() {
b.Boomer.Quit()
}
func (b *Boomer) convertBoomerTask(testcase *TestCase) *boomer.Task {
runner := NewRunner(nil).SetDebug(b.debug)
return &boomer.Task{