步骤1:安装webdriveragent参考文档:https://blog.csdn.net/George513/article/details/100557731https://blog.csdn.net/m0_38039283/article/details/112722648xcode:10.3步骤2:airtest连接iphone:方式一:使...
步骤1:安装webdriveragent
参考文档: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
本文标题为:ios 运行airtest自动化测试
基础教程推荐
- MVVMLight项目Model View结构及全局视图模型注入器 2023-05-07
- IOS获取系统相册中照片的示例代码 2023-01-03
- iOS中如何判断当前网络环境是2G/3G/4G/5G/WiFi 2023-06-18
- Android开发Compose集成高德地图实例 2023-06-15
- iOS Crash常规跟踪方法及Bugly集成运用详细介绍 2023-01-18
- iOS开发使用XML解析网络数据 2022-11-12
- iOS开发 全机型适配解决方法 2023-01-14
- Flutter进阶之实现动画效果(三) 2022-10-28
- Android实现短信验证码输入框 2023-04-29
- Android Compose自定义TextField实现自定义的输入框 2023-05-13