简介
使用uiautomator2 + pytest + allure进行Android的UI自动化测试
环境搭建
pytest框架
点安装pytest == 3.7
魅力报告
命令:
py.test --alluredir=reports
allure generate reports
allure generate reports --clean
allure generate --clean reports -o myreport
用火狐浏览器打开,chrome会404
uiautomator2官方文档
安装atx-agent
pip卸载uiautomator2 pip install --pre uiautomator2 python -m uiautomator2初始化
查看页面元素
点安装weditorPython-m weditor
运行命令
测试标准方法:pytest
2021-12-08 11:13:29
2.09MB
Python
1