Mac + XCode + Facebook-WDA + Web-editor 实现iOS UI自动化
准备工作
环境准备
- XCode: xcode 11 或以上
- MAC控制台安装工具: Homebrew. 注意安装完成后,有一条指令提示将Homebrew添加到profile中
/bin/bash -c "$(curl -fsSL https://gitee.com/ineo6/homebrew-install/raw/master/install.sh)"
国内源
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
解决无git仓库/目录的bug
git config --global --add safe.directory /opt/homebrew/Library/Taps/homebrew/homebrew-core
git config --global --add safe.directory /opt/homebrew/Library/Taps/homebrew/homebrew-cask
- 向Cocoa应用程序添加框架的工具: Carthage
- WDA工具包: git clone https://github.com/appium/WebDrive