iOS 自动化测试搭建环境

一. 环境搭建

应用场景

想要进行 iOS 自动化测试,必须进行环境的搭建。

需要的环境

macOS系统电脑

Xcode -----打开 app store 搜索 Xcode 并下载

待测试的 iOS 项目—找开发人员

appium Desktop

https://github.com/appium/appium-desktop/releases/download/v1.10.0/Appium-1.10.0.dmg

python3.6

https://www.python.org/ftp/python/3.6.1/python-3.6.1-macosx10.6.pkg

pycharm

https://www.jetbrains.com/pycharm/download

node.js

https://npm.taobao.org/mirrors/node/v10.15.0/node-v10.15.0.pkg

cnpm

npm install -g cnpm --registry=https://registry.npm.taobao.org

ios-deploy 依赖库

cnpm install -g ios-deploy

brew

brew install --HEAD libimobiledevice

carthage 依赖库

brew install carthage

WebDriverAgent–

https://github.com/facebook/WebDriverAgent

点击 download zip

你可能感兴趣的:(ios自动化测试环境搭建,ios)