atxdemo
atxdemo copied to clipboard
使用uiautomator2+pytest+allure进行Android自动化测试
File "", line 1 pytest run.py ^^^ SyntaxError: invalid syntax
conftest中allow,只是定义了watcher做什么 什么出现时点什么 但是没有真正的启用 watcher.start()
多设备并行测试
如何改造可以多设备并行测试呢,我尝试开多线程运行python.main(),但是allure生成的报告内容是多个手机混合的
我看代码处写了init方法,但是pytest不能使用init方法,我调试时也出现了不能包括init方法的提示。应该怎么处理? `test_login.py::TestLogin cannot collect test class 'TestLogin' because it has a __init__ constructor`