Releases: SonicCloudOrg/sonic-agent
Releases · SonicCloudOrg/sonic-agent
v2.7.2
What's Changed
- fix: 整理代码并解决调用远程ADB持续发送命令会被阻塞的问题 by @gzhtest in #462
- feat: 在获取元素页面中快捷测试元素定位是否可以定位并点击 by @YeungHoiChiu in #464
- fix: 修复了在启动agent服务检测环境时,如果项目路径或者相关依赖路径名称存在空格,则会报错的问题 by @Coder-Huangzejia in #465
- fix:修复无法停止性能监控 by @gzhtest in #468
- refactor: @bean should not return void by @blacklee123 in #470
New Contributors
- @gzhtest made their first contribution in #462
- @Coder-Huangzejia made their first contribution in #465
- @blacklee123 made their first contribution in #470
Full Changelog: v2.7.1...v2.7.2
v2.7.1
What's Changed
- 【feature】SibTool增加一个方法,用于判断手机ios系统是否>=17 by @caofengbin in #458
- feat: add more android minicap version by @ZhouYixun in #459
- Feat/ios17 support by @ZhouYixun in #460
- fix: ios设备获取webview时报空指针错误 by @YeungHoiChiu in #461
Full Changelog: v2.7.0...v2.7.1
v2.7.0
What's Changed
- build(deps): bump org.apache.groovy:groovy-all from 4.0.13 to 4.0.18 by @dependabot in #409
- feat: 适配chromeDriver121-126的版本,并替换下载地址链接 by @caofengbin in #439
- build(deps): bump com.alibaba:fastjson from 2.0.38 to 2.0.49 by @dependabot in #433
- feat: 自动化步骤中坐标相关操作的控件元素也可以使用参数化&安卓获取控件属性时可直接获取中心坐标值 by @YeungHoiChiu in #450
- feat:
Android
自动化测试步骤中新增拖拽操作以及拖拽动作拆分的三个独立事件操作 by @YeungHoiChiu in #449
New Contributors
- @YeungHoiChiu made their first contribution in #450
Full Changelog: v2.6.4...v2.7.0
v2.6.4
What's Changed
- build(deps): bump org.jsoup:jsoup from 1.15.4 to 1.16.2 by @dependabot in #391
- build(deps): bump org.testng:testng from 7.8.0 to 7.9.0 by @dependabot in #396
- build(deps): bump net.coobird:thumbnailator from 0.4.19 to 0.4.20 by @dependabot in #381
Full Changelog: v2.6.3...v2.6.4
v2.6.3
What's Changed
- feat:支持chromeDriver版本为115到120之间的类型 by @caofengbin in #394
Full Changelog: v2.6.2...v2.6.3
v2.6.2
What's Changed
- feat:Android端添加“自动授权应用”指令,指定包名后自动赋予被测应用运行时所需权限,不再出现运行时权限弹窗,避免对用例执行的干扰 by @caofengbin in #373
- fix:修复m1系统webview版本小于87时无法下载chromeDriver的问题 by @caofengbin in #376
- build(deps): bump com.google.guava:guava from 31.0.1-jre to 32.1.2-jre by @dependabot in #378
- build(deps): bump groovy-all from 4.0.11 to 4.0.13 by @dependabot in #374
- build(deps): bump com.alibaba:fastjson from 2.0.35 to 2.0.38 by @dependabot in #379
- build(deps): bump io.github.soniccloudorg:sonic-driver-core from 1.1.28 to 1.1.29 by @dependabot in #380
Full Changelog: v2.6.1...v2.6.2
v2.6.1
What's Changed
- fix:修复iOS类似Monkey能力的随机事件时报错 by @caofengbin in #367
- feat:增加获取控件属性到自定义变量的能力 by @caofengbin in #368
- fix:修复Android上滚动到元素可见操作,滑动过快的问题 by @caofengbin in #370
- build(deps): bump ddmlib from 31.0.0 to 31.0.1 by @dependabot in #342
- build(deps): bump testng from 7.7.1 to 7.8.0 by @dependabot in #346
- build(deps): bump sonic-driver-core from 1.1.25 to 1.1.28 by @dependabot in #372
- build(deps): bump fastjson from 2.0.33 to 2.0.35 by @dependabot in #371
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- feat:Android与iOS端长列表的场景下,实现“滚动到指定元素”可见的能力 by @caofengbin in #357
- fix:修复adb shell dumpsys window displays获取到多个mCurrentFocus时,无法正确得到当前Activity by @caofengbin in #359
- feat: 添加iOS 类似Monkey能力的随机事件 by @ZhouYixun in #360
- feat: 增加卸载安装包方法的返回值校验,应用包名不存在或错误时,认定步骤失败 by @caofengbin in #362
- feat:Android端增加第三种触控模式,基于uiautomator2 by @caofengbin in #364
- feat:基于SonicAPK的滑动,实现线性滑动的效果,避免过渡太生硬 by @caofengbin in #365
- build(deps): bump lombok from 1.18.26 to 1.18.28 by @dependabot in #358
Full Changelog: v2.5.6...v2.6.0
v2.5.6
Full Changelog: v2.5.5...v2.5.6
v2.5.5
What's Changed
- fix: 优化图片识别后根据坐标点击屏幕位置的准确 by @forgetrelease in #356
New Contributors
- @forgetrelease made their first contribution in #356
Full Changelog: v2.5.4...v2.5.5