mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-01 13:59:37 +08:00
feat: add har2case flag
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user