refactor: run testcase with case runner

This commit is contained in:
debugtalk
2021-12-28 17:40:55 +08:00
parent 6f3b492839
commit 49829a6fc7
8 changed files with 84 additions and 55 deletions

View File

@@ -7,8 +7,8 @@ import (
)
var (
harPath = "../examples/har/demo.har"
harPath2 = "../examples/har/postman-echo.har"
harPath = "../../examples/har/demo.har"
harPath2 = "../../examples/har/postman-echo.har"
)
func TestGenJSON(t *testing.T) {