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

**Is your feature request related to a problem? Please describe. / 是否为了解决现有问题?请描述相关问题** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the...

enhancement

**Is your feature request related to a problem? Please describe. / 是否为了解决现有问题?请描述相关问题** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 可以在文档里增加更多的开发讲解吗,想参与开发但是相关介绍太少,本地都无法编译成功 **Describe...

enhancement

**Is your feature request related to a problem? Please describe. / 是否为了解决现有问题?请描述相关问题** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 0.12.0现在下载源码无法编译通过了,因为有一些依赖已经不支持了,是否可以考虑发一个0.13.0的包呢,或者更新下master,可以在最新的基础上做编译和开发 /Desktop/code_space/android_test/SoloPi-0.12.0/src/common/src/main/res/values/styles.xml:17:5-35:13:...

enhancement

看代码是adb dump meminfo package的方法获取内存,这种方法会导致手机界面卡,从而影响流畅度,获取pss内存还有其他好办法么?

bug

> > > dump SurfaceFlinger 方法我也用过,但是兼顾性没有solopi那么好,有的数据显示solopi能抓到我抓不到。所以很想知道他的现实。 > > > > 反编译了提供的apk,位于com.alipay.hulu.shared.display.items下存在一个GameFpsTools,主要通过dumpsys SurfaceFlinger获取,自己想办法读吧 > > > > > > 需要依赖dumpsys SurfaceFlinger输出的Display 0 HWC layers:下面这段信息,判断当前面activity上有多少个focus的SurfaceView,在用--latency就能拿到对应几个surface view的数据了 > > 我已经解决了,solopi找到app surface方式是这样的: dumpsys SurfaceFlinger...

有计划加入monkey测试吗?比如通过控件和随机事件结合,在app上启动测试

enhancement

**Screenshots / 截图** ![image](https://github.com/alipay/SoloPi/assets/57650145/e212743a-cf3f-487d-bb33-124270b24589) **Device Info / 设备信息** - Device/设备: Huawei P30 X5 - OS/系统版本: harmonyOS next 5.0 - SoloPi Version/SoloPi版本:鸿蒙版

bug

**Describe the bug / 问题描述** A clear and concise description of what the bug is. / 相关问题的描述 **To Reproduce / 复现流程** Steps to reproduce the behavior: / 问题重现流程 1. Go...

bug

HDC代码库的一段话: 1. hdc client部分:运行于开发机上的客户端,用户可以在开发机命令终端(windows cmd/linux shell)下请求执行相应的hdc命令,运行于开发机器,其它的终端调试IDE也包含hdc client。 2.hdc server部分:作为后台进程也运行于开发机器,server管理client和设备端daemon之间通信包括连接的复用、数据通信包的收发,以及个别本地命令的直接处理。 3.hdc daemon部分:daemon部署于OpenHarmony设备端作为守护进程来按需运行,负责处理来自client端的请求。 开启无线调试后,是否也可以想adb一样不依赖于pc端实现指令执行?

enhancement