命令参数先用-p ios,结果报错说未找到Android设置。后来换了-a ipa安装包路径(帮助说自动根据包名区分平台),报错说不是.apk结尾
我用的命令:java -jar appcrawler.jar -p ios -c demo.yaml -o result/
求教,跑iOS怎么跑,也没找到详细的相关的帖子啥的。
需要在配置文件里指定引擎, iOS需要用xcuitest
请问有例子吗,方便上传一个iOS的配置文件吗,非常感谢~
server: http://127.0.0.1:4723/wd/hub
caps:
platformName: ios
bundleId: xx.xx.xx
automationName: XCUITest
deviceName: iPhone
udid: xxxxx
wdaLocalPort: xxxx
xcodeOrgId: xxxxx
xcodeSigningId: iPhone Developer
noReset: true
usePrebuiltWDA: true
1 个赞