mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 23:51:25 +08:00
change: set WDA default port to 8700/8800
This commit is contained in:
@@ -1 +1 @@
|
|||||||
v5.0.0-beta-2506261939
|
v5.0.0-beta-2506261942
|
||||||
|
|||||||
+2
-2
@@ -52,8 +52,8 @@ func (dev *IOSDeviceOptions) Options() (deviceOptions []IOSDeviceOption) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
defaultWDAPort = 8100
|
defaultWDAPort = 8700
|
||||||
defaultMjpegPort = 9100
|
defaultMjpegPort = 8800
|
||||||
)
|
)
|
||||||
|
|
||||||
func NewIOSDeviceOptions(opts ...IOSDeviceOption) *IOSDeviceOptions {
|
func NewIOSDeviceOptions(opts ...IOSDeviceOption) *IOSDeviceOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user