Appium mac10.15.3 + IDEA2019.3 + maven3.6.3 + appium1.15.1 实现 iOS 自动化测试

另一种蓝 · 2020年03月05日 · 1516 次阅读

模拟器
1. Homebrew Installation

/usr/bin/ruby -e$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)
brew -v

2. Node Installation

brew install node
node -v

3. Appium Installation

npm install -g appium

or

npm install appium@1.7.2
appium -v

4. Brew Installation
https://brew.sh/index_zh-cn.html

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

5. Carthage Installation

brew install carthage

真机

brew install libimobiledevice
brew install ios-deploy
cd /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/
cd WebDriverAgent

mkdir -p Resources/WebDriverAgent.bundle

./Scripts/bootstrap.sh

open the WebDriverAgent.xcodeproj folder with XCode

共收到 0 条回复 时间 点赞
另一种蓝 关闭了讨论 03月05日 07:51
需要 登录 后方可回复, 如果你还没有账号请点击这里 注册