app apk地址
appPackage 包名
appActivity Activity名字
automationNanme 默认使用uiautomator2(android默认使用uiautomator2,ios默认使用XCUITest)
noReset fullReset 是否在测试前后重置相关环境(例如首次打开弹框,或者是登录信息)
unicodeKeyBoard resetKeyBoard 是否需要输入非英文之外的语言并在测试完成后重置输入法
官方文档:https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/caps.md
dontStopAppOnReset 首次启动的时候,不停止app(可以调试或者运行的时候提升运行速度)
skipDeviceInitialization 跳过安装,权限设置等操作(可以调试或者运行的时候提升运行速度)
appium-Capability设置
最新推荐文章于 2024-11-12 17:30:21 发布