SoloPi icon indicating copy to clipboard operation
SoloPi copied to clipboard

SoloPi 自动化测试工具

Results 119 SoloPi issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug / 问题描述** 长按功能失效 **To Reproduce / 复现流程** 查看源码发现,长按功能最终调用`CmdExecutor`的`executePress`方法,该方法会先判断`supportGesture`是否支持手势操作,而`CmdTouchService`不支持手势操作返回false,最终导致无法调用`press`方法,也就是长按失效。 ![image](https://user-images.githubusercontent.com/25636282/103990648-89ae1e80-51cc-11eb-9bc1-67e6bdd8c3e4.png) **Device Info / 设备信息** - Manufacturer/生产厂家: Meizu - Device/设备: Meizu 16th - OS/系统版本: Android 8.1 - CPU Structure/CPU架构:...

bug

**Describe the bug / 问题描述** OPPO R17用例回放到第10个步骤左右,solopi回放自动结束 错误报告: [report.zip](https://github.com/alipay/SoloPi/files/5741797/report.zip) **Device Info / 设备信息** - OS/系统版本: Android 10.0 - SoloPi Version/SoloPi版本:0.11.1

bug

OPPO R17导入其他手机录制的json格式用例,截图断言的名称、originpos等变为16进制,滑动功能也一样 对比: 错误用例: ![图片](https://user-images.githubusercontent.com/76578881/103132787-5d30d780-46e1-11eb-9cce-6d2a07ba033c.png) 正确用例: ![图片](https://user-images.githubusercontent.com/76578881/103132791-6621a900-46e1-11eb-9c02-15b5157c84f3.png) **Device Info / 设备信息** - Device/设备:OPPO R17 - OS/系统版本:Android 10.0 - SoloPi Version/SoloPi版本:0.11.1

bug

我的app里自带辅助功能权限,希望能启动时候默认开启该应用的辅助权限,或者能用录制方式手动开启,但是很多手机我试了一下在录制到一半过程中就录不了了,有的例如开启权限按钮无法录制等等

enhancement

**Describe the bug / 问题描述** 对一个没有发起网络请求的demo进行流量测试,发现流量总量持续上升 在多个不同厂商设备上查看多个不同进程的/proc/pid/net/dev的流量数据,以及系统/proc/net/dev数据,上下行的流量数据按照获取顺序呈递增趋势,具体见截图。 **Screenshots / 截图** ![image](https://user-images.githubusercontent.com/32947019/101042070-b9f41300-35b7-11eb-9c7d-723449f64b2f.png) 查询/proc/pid/net/dev 相关资料如下 ![image](https://user-images.githubusercontent.com/32947019/101042728-7948c980-35b8-11eb-9daf-3e13caa21a99.png) 可见使用/proc/pid/net/dev来统计应用流量是不准确的,实际为整个系统的流量

bug

**Describe the bug / 问题描述** 手机型号: 华为DRA-AL00 日志信息: 故障线程:CaseReplayThread-1 故障日志: java.lang.OutOfMemoryError: Failed to allocate a 4195336 byte allocation with 3839672 free bytes and 3MB until OOM, max allowed footprint 402653184,...

bug

**Describe the bug / 问题描述** A clear and concise description of what the bug is. / 相关问题的描述 无法编译成功,报错如下: `3: Task failed with an exception. ----------- * What went wrong: Execution...

bug

目前需要点击按钮触发回放结果保存到手机目录下,期望有配置能够控制是否进行自动保存,更方便获取测试结果

enhancement

目前导入用例只能通过点击导入外部用例按钮触发,期望能够直接以Scheme形式调起导入,方便自动化的实现。

enhancement