自动化测试-环境配置

Windows 操作系统

  • Windows 10

macOS 操作系统

  • macOS 10.15

工具准备

  • Java 开发环境:JDK
    • Java 开发 IDE:IntelliJ IDEA
    • 依赖包管理工具:Maven
  • Android 开发环境:Android SDK
    • Android 开发 IDE:Android Studio
    • Android 模拟器
  • Appium 运行环境:
    • node
    • appium
  • Selenium 运行环境:
    • 浏览器:firefox、chrome
    • 浏览器驱动
    • java_client

应用软件

mumu模拟器以及adb链接方法

adb connect 127.0.0.1:7555

参考:adb如何连接mumu模拟器_MuMu模拟器_安卓模拟器