什么时候回到桌面?
1、退回桌面应该是 setup terndown 里写脚本 cls.d.app_stop("com.github.android_app_bootstrap")
2、Public 下的 Drivers.py 94 行的 base_page.identify() 注释掉就好了
看了下貌似是 requests 请求报错了
科学上网
windows 的?
我是直接写了 2 套 atxserver 和 atxserver2 分开来处理的
method = SERVER2 就能获取到所有的有效设备了
/api/v1/devices 返回中只能拿到设备的 UDID 然后根据 UIDID 请求/api/v1/user/devices/${UDID} 拿到 atxAgentAddress 就能链接到设备了
获取到手机上 chrome 的版本 然后启动 PC 端指定版本的 chromedriver
可以参考这个
https://testerhome.com/topics/15915
atxserver2 的/api/v1/devices 没有 ip 的信息,需要用/api/v1/user/devices/${UDID}这个接口获取 atxAgentAddress 的地址信息 并且接口请求需要带上 token
还能接入 iso 的真机
ios-provider 执行下 npm install 然后再启动看看
之前写的 atx-test 已经支持 atxserver2
android 修改 config 下的 Url 和 token 就可以可以和以前一样运行了
ios 写了个简单的网易云音乐的 demo
https://github.com/pengchenglin/ATX-Test
刘明
testsuite 下的 csaes 的 py 文件写法和 pageobject 目录下的写法一样 log.i(xxxxxxxx)就好了
直接 logger.info()输出内容就好了吧
atx 的 uiautomator2 里面的 watcher 了解下
截图的操作会输出 htmltesterrunner 读取到输出的内容 带 IMAGE:字段的 解析出来 吧真实的图片地址添加到报告里
如果是单个设备 可以直接通过 u2.connect('serial') 来进行连接 但是想接入到 atx-server 目前只能通过无线
貌似是这样的
https://testerhome.com/topics/15321
配合这个 使用 ,wifi 和 usbatx-uiautomator2 都支持的
For Windows, Linux and OS X installers, the password was configured by you when you first installed the application.
For OS X VMs, the password can be obtained by clicking the Bitnami badge at the bottom right corner of the application welcome page.
原来微信群里的就是你啊
我的要求不高 挺符合我预期结果滴
是的