feat: add har2case flag

This commit is contained in:
debugtalk
2021-10-17 00:19:22 +08:00
parent 63cf798db1
commit d6b0ad6b8c
8 changed files with 4725 additions and 23 deletions

View File

@@ -11,7 +11,7 @@ import (
var harPath string
func TestMain(m *testing.M) {
harPath = "../examples/demo.har"
harPath = "../examples/har/demo.har"
// run all tests
code := m.Run()