Appium mac10.13.6 + IDEA2018.2 + maven3.5.4 + appium 实现 iOS 自动化测试

另一种蓝 · August 18, 2018 · Last by 另一种蓝 replied at August 30, 2018 · 2146 hits
  1. ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
  2. brew install node
  3. java -version
  4. git --version
  5. ruby -v
  6. brew -v node -v
    if any error:
    brew uninstall --ignore-dependencies node icu4c
    brew install node

  7. npm -v

  8. npm install -g appium

  9. appium -v

  10. npm install wd

  11. npm install -g appium-doctor

  12. brew install carthage

  13. cd /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/

  14. sh ./Scripts/bootstrap.sh

  15. https://github.com/appium/appium-desktop/releases

  16. instruments -s devices

  17. xcrun simctl list

  18. npm install appium@beta --升级 appium 至 1.9.1

需要 Sign In 后方可回复, 如果你还没有账号请点击这里 Sign Up