macaca icon indicating copy to clipboard operation
macaca copied to clipboard

Automation solution for multi-platform. 多端自动化解决方案

Results 79 macaca issues
Sort by recently updated
recently updated
newest added

我的目的是在iOS真机或者模拟器上跑起来nosmoke,但是在启动macaca server的时候出现了问题,一直启动不起来 我的步骤如下: 1. 按照官网(https://macacajs.github.io/zh/guide/environment-setup.html#%E5%AE%89%E8%A3%85-node-js)的方法,配置好了环境,macaca doctor全绿,截图如文末Macaca Doctor Logs中所示 2. 安装有 TEAM_ID 的 macaca-ios后,cd "$(npm root -g)/macaca-ios/node_modules/xctestwd",xcode编译下面的XCTest项目,Run Test 将 XCTestWDUITest 装入模拟器并开始测试,模拟器是IPhone 8,iOS13.7 3. **此时执行macaca server --verbose,结果如下,这是一直解决不了的问题,这里是需要在什么目录下修改配置文件吗,还是别的什么问题,需要我提供别的信息的话也随时可以** 4. 失败之后,试着跑sample-java和nosmoke都失败了,但是app-inspector可以执行 * **Macaca Version**:...

* **Macaca Version**: * **Macaca Doctor Logs**: * **Operate System**: * **Programming Language**:

* **Macaca Version**: * **Macaca Doctor Logs**: * **Operate System**: * **Programming Language**:

通过app inspector 发现 屋顶定位到这个弹窗上面 ![image](https://user-images.githubusercontent.com/3350356/141717682-88957184-f392-4104-a55a-29caefdd2dc0.png)

needs more info

* **Macaca Version**: 2.2.2 * **Macaca Doctor Logs**: * macaca doctor macaca-doctor version: 2.0.18 Node.js checklist: node env: /usr/local/bin/node node version: v17.4.0 iOS checklist: macOS version: 11.4 Xcode Command Line...

Hi guys, is there anything that is causing this blank screen for the preview window for IOS Simulators? Thanks! I'm runnning IOS 15: >> xctest-client.js:56:14 [master] pid:6493 project path: /usr/local/lib/node_modules/app-inspector/node_modules/xctestwd/XCTestWD/XCTestWD.xcodeproj...

一直在测试到 30秒的是后连接断开,重新连接从头开始在测试在来一遍,这是应为超时时间的问问题吗?

* **Macaca Version**: 2.2.2 * **Macaca Doctor Logs**: * **Operate System**: MAC OS 11.4 * **UIRECORDER**: 3.5.3 * **Programming Language**: Nodejs 执行安卓自动化测试时候,我看截图已经保存下来了,但是在网页测试报告中 却无法显示出图片。 config.json中已经设置 截图: "screenshots": { "captureAll": true }...

Recorder

# 目前已知问题汇总: > English version below #### iOS 真机测试 iproxy 报错 下载最新版 iproxy (usbmuxd)。 ```bash $ brew install usbmuxd ``` #### Error `xctest client exit with code: 65, signal: null`...

bug
FAQ

Macaca web测试react时,输入框sendkey之后会消失 前端开发的反馈是,使用sendkey时,并没有触发onchange事件, 目前我的解决方法时,先使用sendkey传入值,再使用execute方法传入一段js,通过触发这段js去触发事件 driver.execute("(function() {var evt = new Event('input', { bubbles: true });evt.simulated = true;document.getElementById('id').dispatchEvent(evt);})();"); 有人遇到过类似的问题吗,有没有更好的解决办法?

needs more info