Appium Device Farm安装教程

环境要求:Appium version ≥ 2.4.X

安装appium

bash 复制代码
npm install -g appium@2.11.3

如果安装提示如下问题

bash 复制代码
npm error code EEXIST
npm error syscall rename
npm error path /Users/wan/.npm/_cacache/tmp/d5787519
npm error dest /Users/wan/.npm/_cacache/content-v2/sha512/21/32/50fe213308630b7ac78404efb1133b7b1c84c1bac334e4e4966f706bced50b852c15ea912bd91afb2c521f061e8845b6b7d4f5ff360284305c2bb302c5fa
npm error errno EEXIST
npm error Invalid response body while trying to fetch https://registry.npmjs.org/@appium%2fschema: EACCES: permission denied, rename '/Users/wan/.npm/_cacache/tmp/d5787519' -> '/Users/wan/.npm/_cacache/content-v2/sha512/21/32/50fe213308630b7ac78404efb1133b7b1c84c1bac334e4e4966f706bced50b852c15ea912bd91afb2c521f061e8845b6b7d4f5ff360284305c2bb302c5fa'
npm error File exists: /Users/wan/.npm/_cacache/content-v2/sha512/21/32/50fe213308630b7ac78404efb1133b7b1c84c1bac334e4e4966f706bced50b852c15ea912bd91afb2c521f061e8845b6b7d4f5ff360284305c2bb302c5fa
npm error Remove the existing file and try again, or run npm
npm error with --force to overwrite files recklessly.
npm error A complete log of this run can be found in: /Users/wan/.npm/_logs/2024-10-09T03_45_44_421Z-debug-0.log

则删除/Users/wan/.npm/_cacache、/Users/wan/.npm/_logs目录和_update-notifier-last-checked文件

安装appium-device-farm

bash 复制代码
appium plugin install --source=npm appium-device-farm

激活

bash 复制代码
appium server -ka 800 --use-plugins=device-farm  -pa /wd/hub --plugin-device-farm-platform=android

然后访问http://localhost:4723/device-farm/

相关推荐
谷隐凡二6 小时前
appium自动化对已打开的app操作
appium·自动化
糖果店的幽灵19 小时前
基于java的移动端自动化测试 - appium-client api -DesiredCapabilities属性有哪些?
java·开发语言·appium
惜.己2 天前
Appium中的api(一)
前端·python·测试工具·pycharm·appium·自动化·1024程序员节
测试19982 天前
如何进行Appium实现移动端UI自动化测试
自动化测试·软件测试·python·测试工具·职场和发展·appium·1024程序员节
daopuyun2 天前
自动化测试工具Appium介绍
功能测试·智能手机·appium
daopuyun4 天前
功能自动化测试工具Appium使用步骤讲解
运维·appium·自动化
Defry4 天前
appium+mumu模拟器 嚼碎菜鸟教程
appium
惜.己4 天前
Appium中的api(三)
android·服务器·开发语言·前端·python·appium·1024程序员节
惜.己5 天前
Appium中的api(二)
python·测试工具·pycharm·单元测试·appium·pytest·1024程序员节
惜.己5 天前
Appium环境搭建全流程(含软件)
python·测试工具·node.js·appium·pytest·安卓·1024程序员节