feat: support v3 format debugtalk.py when executing hrp run/boom

This commit is contained in:
xucong053
2022-05-27 17:23:37 +08:00
parent c2bcbfd07f
commit f984e002dc
32 changed files with 1386 additions and 67 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ func TestBoomerStandaloneRun(t *testing.T) {
NewStep("TestCase3").CallRefCase(&TestCase{Config: NewConfig("TestCase3")}),
},
}
testcase2 := &demoTestCaseWithPluginJSONPath
testcase2 := &demoTestCaseWithGoPluginJSONPath
b := NewBoomer(2, 1)
go b.Run(testcase1, testcase2)