GitHub - bytedance/Fastbot_iOS: About Fastbot(2.0) is a model-based testing tool for modeling GUI transitions to discover app stability problems
具体设置查看github项目中的《中文手册》,利用步骤非常详细。
运行测试(XCode)
tidevice是阿里开源的iOS主动化测试工具,其实叫主动化工具有点不准确。他本质上有点像android 的 adb 工具,可以明白为PC与iOS之间的通信工具。提供了一些非常有用的功能,查看设备信息、安装卸载应用,当然,最重要的是可以执行XCTest。
github: GitHub - alibaba/taobao-iphone-device: tidevice can be used to communicate with iPhone device