mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-02 14:29:44 +08:00
docs: enter WC live
This commit is contained in:
12
hrp/cmd/ios/ios_test.go
Normal file
12
hrp/cmd/ios/ios_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
//go:build localtest
|
||||
|
||||
package ios
|
||||
|
||||
func TestGetDevice(t *testing.T) {
|
||||
device, err := getDevice(udid)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
t.Logf("device: %v", device)
|
||||
}
|
||||
5
hrp/pkg/uixt/input.go
Normal file
5
hrp/pkg/uixt/input.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package uixt
|
||||
|
||||
func (dExt *DriverExt) Input(text string) (err error) {
|
||||
return dExt.Driver.Input(text)
|
||||
}
|
||||
Reference in New Issue
Block a user