MCPcopy
hub / github.com/httprunner/httprunner / TestNewDriver

Function TestNewDriver

hrp/pkg/uixt/android_test.go:47–54  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

45}
46
47func TestNewDriver(t *testing.T) {
48 driver, err := NewUIADriver(nil, uiaServerURL)
49 if err != nil {
50 t.Fatal(err)
51 }
52
53 t.Log(driver.sessionId)
54}
55
56func TestDriver_Quit(t *testing.T) {
57 driver, err := NewUIADriver(nil, uiaServerURL)

Callers

nothing calls this directly

Calls 1

NewUIADriverFunction · 0.85

Tested by

no test coverage detected