美文网首页
Appium-iOS测试环境配置

Appium-iOS测试环境配置

作者: 困死啦的虫子 | 来源:发表于2016-12-20 16:07 被阅读215次

command line tools

通过appium-doctor检查时,在iOS测试的部分有command line tools的检查,我们将这个工具安装:

xcode-select --install

几个工具

brew install ideviceinstaller

brew install carthage

npm install -g ios-deploy

brew install libimobiledevice --HEAD

说明:

1.carthage是WDA需要使用的

2.iOS10目前一些ideviceinstaller的支持不是很好,所以使用iso-deploy代替,同时,如果你使用ios10的话,自己重新装下libimobiledevice,因为非--HEAD版本,不支持ios10

相关文章

网友评论

      本文标题:Appium-iOS测试环境配置

      本文链接:https://www.haomeiwen.com/subject/jjffvttx.html