mac自动化环境搭建

mac自动化环境搭建
@import url(http://www.blogjava.net/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);
1.firefox     
  192.168.60.200:8080/jenkins

2.jdk  
  sudo
  vi /etc/profile

 JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/"

 CLASS_PATH="$JAVA_HOME/lib"

 PATH=".:$PATH:$JAVA_HOME/bin"

3.ant   
  sudo
  chmod  +w  /etc/bashrc
  export  ANT_HOME=/usr/local/apache-ant-1.9.3
  export  PATH=${PATH}:${ANT_HOME}/bin

4.eclipse   


5.xcode7.1  

git : zouhui/3ihU88uy****

 ssh://[email protected]:30020/mnt/repo/ev**_app

6.node.js  

7.appium  
   BundleID : com.***.e****
   Force Device : iPhone 6
   UDID : 3c22f4c14660eda7d3051636ae659b6b998af8db

8.brew
  curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local --strip  1

9.sudo brew install --HEAD ideviceinstaller

10.iphone  设置-开发者-UI Automation 开启

11.soucetree 取版本, 点击3.1 Release
   git clone ssh://[email protected]:30020/mnt/repo/app
   

你可能感兴趣的:(mac自动化环境搭建)