mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-23 09:20:18 +08:00
fix example JSON/YAML file path
This commit is contained in:
@@ -6,8 +6,9 @@ import (
|
||||
"github.com/httprunner/hrp"
|
||||
)
|
||||
|
||||
const demoHttpRunnerJSONPath = "../examples/demo_httprunner.json"
|
||||
const demoHttpRunnerYAMLPath = "../examples/demo_httprunner.yaml"
|
||||
// generated by examples/har/demo.har using HttpRunner v3.1.6
|
||||
const demoHttpRunnerJSONPath = "demo_httprunner.json"
|
||||
const demoHttpRunnerYAMLPath = "demo_httprunner.yaml"
|
||||
|
||||
func TestCompatTestCase(t *testing.T) {
|
||||
testcaseFromJSON := &hrp.TestCasePath{Path: demoHttpRunnerJSONPath}
|
||||
|
||||
Reference in New Issue
Block a user