你们项目是 12306 吗,这么牛
这种东西需要测试来做吗? 这事运维的活吧
httprunner, jmeter 都可以啊
你这 webdriver 是 selenium 还是 appium 的
PO 模式,封装好操作方法,前端维护元素,组织用例
搞开发去
appium 启动起码要占用两个端口,如启动 4723,4724 就会被 bootstrip 占用, 你那循环启动就有问题了,
除非也指定-bp 端口,如:
appium -a 127.0.0.1 -p 4723 -bp 4724 --session-override --command-timeout 120
uiautomator2 貌似还要再 caps 用不同的 'systemPort':8208,# 默认 8200, 取 8200-8209 间的数
关于 systemPort 的官方说明:
systemPort used to connect to appium-uiautomator2-server, default is 8200 in general and selects one port from 8200 to 8299. When you run tests in parallel, you must adjust the port to avoid conflicts.
Android 的话 问开发有没有打开 Android webview debug 模式,不然好像切换不到 webview