一.环境安装
http://www.cnblogs.com/oscarxie/p/3894559.html
二.系统配置要求
https://github.com/appium/appium/blob/master/docs/cn/appium-setup/running-on-osx.cn.md
Mac OS X 10.7 或者更高,推荐 10.9.2
XCode >= 4.6.3,推荐 5.1.1
Apple Developer Tools (iPhone simulator SDK, command line tools)
三.设备连接
模拟器
https://github.com/appium/appium/blob/master/docs/cn/writing-running-appium/running-tests.cn.md
真机
https://github.com/appium/appium/blob/master/docs/cn/appium-setup/real-devices.cn.md
四. Appium 1.6.0
参考:https://testerhome.com/topics/5859
#把代理设置为社区专用的翻墙代理export
http_proxy=http://hunter.testerhome.com:8787 https_proxy=http://hunter.testerhome.com:8787
#安装beta版本, 目前还未正式发布
npm install appium@1.6.0-beta1 -g
网友评论