mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-06 20:32:44 +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
|
||||
|
||||
@@ -52,8 +52,8 @@ func (dev *IOSDeviceOptions) Options() (deviceOptions []IOSDeviceOption) {
|
||||
}
|
||||
|
||||
const (
|
||||
defaultWDAPort = 8100
|
||||
defaultMjpegPort = 9100
|
||||
defaultWDAPort = 8700
|
||||
defaultMjpegPort = 8800
|
||||
)
|
||||
|
||||
func NewIOSDeviceOptions(opts ...IOSDeviceOption) *IOSDeviceOptions {
|
||||
|
||||
Reference in New Issue
Block a user