gpt4 book ai didi

android - 如何在多个android设备上运行appium自动化测试用例

转载 作者:行者123 更新时间:2023-12-04 16:11:17 25 4
gpt4 key购买 nike

我想在连接到本地网络的多台设备上测试我的 Android 应用程序。我正在使用 appium 测试框架并使用 Junit 编写测试用例。我需要执行哪些步骤。

最佳答案

您需要在不同端口上运行多个 Appium 服务器:

 node ~/appium/bin/appium.js -a 127.0.0.1 --session-override --port 4733
node ~/appium/bin/appium.js -a 127.0.0.1 --session-override --port 4743

并在创建 Appium 驱动程序实例时传递特定的 URL:

http://127.0.0.1:4733/wd/hub
http://127.0.0.1:4743/wd/hub

关于android - 如何在多个android设备上运行appium自动化测试用例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31960318/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com