mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-11 15:31:37 +08:00
feat: init device with optional serial, port, mjpeg port
This commit is contained in:
@@ -70,7 +70,8 @@ func TestIOSAppLaunch(t *testing.T) {
|
||||
|
||||
func TestIOSWeixinLive(t *testing.T) {
|
||||
testCase := &TestCase{
|
||||
Config: NewConfig("ios ui action on 微信直播"),
|
||||
Config: NewConfig("ios ui action on 微信直播").
|
||||
SetIOS(WDADevice{Port: 8700, MjpegPort: 8800}),
|
||||
TestSteps: []IStep{
|
||||
NewStep("启动微信").
|
||||
IOS().
|
||||
|
||||
Reference in New Issue
Block a user