Appium启动APP至少需要7个参数
'platformVersion','deviceName'、'udid'、'bundleId'、'platformName'、'automationName'、'xcodeOrgId'
-
platformVersion:平台的名称(ios)
-
platformVersion:版本(可以通过查看手机的IOS版本号得出)
-
deviceName:设备名称(可以使用Itunes查看设备名称)
-
udid:设备唯一识别号(可以使用Itunes查看UDID,点击左上角手机图标-点击序列号直到出现UDID为止)
-
bundleId: 可以使用Itools获取(抓取app运行日志,从日志中找出bundleId)
-
automationName: XCUITest
-
xcodeOrgId : 登录apple开发者网站(https://appstoreconnect.apple.com/access/developers)即可查询该值(前提是你已加入被测app的开发组中)
-
更多配置项请参考官网(http://appium.io/docs/en/writing-running-appium/caps/index.html)