feat: add har2case flag

This commit is contained in:
debugtalk
2021-10-17 00:19:22 +08:00
parent 5c4c3378ee
commit e3f0c99528
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()