mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
feat: add scaffold for plugin
This commit is contained in:
@@ -25,6 +25,7 @@ func TestGenDemoTestCase(t *testing.T) {
|
||||
}
|
||||
|
||||
func Example_demo() {
|
||||
demoTestCase.Config.ToStruct().Path = "../../examples/debugtalk.bin"
|
||||
err := hrp.NewRunner(nil).Run(demoTestCase) // hrp.Run(demoTestCase)
|
||||
fmt.Println(err)
|
||||
// Output:
|
||||
|
||||
Reference in New Issue
Block a user