tester 自动化集成测试项目,基于 python3 项目介绍 相关环境搭建 关于 appium 关于 pytest Desired Capabilities 配置参考 应用元素定位方法 使用 首先查看项目介绍,环境搭建参考相关环境搭建 安装依赖 pip3 install -r requirements.txt 执行 bootstrap-android 目录下 run.py python tester/bootstrap-android/run.py all 相关资源 appium 文档 appium 桌面服务器下载 XCUITest 驱动程序(iOS 和 tvOS 应用程序) UiAutomator2 驱动程序(适用于 Android 应用) Windows 驱动程序(用于 Windows 桌面应用程序) Mac 驱动(适用于 Mac 的桌面应用程序) Espresso 驱动程序(适用于 Android 应用) pytest文档