阅读 129

ios 运行airtest自动化测试

ios 运行airtest自动化测试

步骤1:安装webdriveragent

ios-tagent不支持ios14.0以上版本,可以安装appium-wda

参考文档:https://blog.csdn.net/George513/article/details/100557731

https://blog.csdn.net/m0_38039283/article/details/112722648

xcode:10.3

步骤2:airtest连接iphone:

方式一:使用tidevice将airtest与iPhone连接起来:(tidevice也支持Windows运行iOS自动化)

参考文档:https://github.com/alibaba/taobao-iphone-device,https://testerhome.com/articles/29124

1,iPhone通过xcode(10.3)安装了webdriveragent

2, 安装tidevice:python3 install tidevice #只能Python 3.6+ 以上版本

3,tidevice wdaproxy -B com.apple.test.WebDriverAgentRunner-Runner --port 8200# 运行 XCTest 并在PC上监听8200端口转发到手机8100服务

4,在airtest上连接:http://127.0.0.1:8200

方式二:使用xcode将airtest与iPhone连接起来:

参考文档:https://blog.csdn.net/George513/article/details/100557731

https://blog.csdn.net/m0_38039283/article/details/112722648


文章分类
后端
文章标签
版权声明:本站是系统测试站点,无实际运营。本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 XXXXXXo@163.com 举报,一经查实,本站将立刻删除。
相关推荐