李杰应
|
3aa3090fb5
|
fix:执行计划
1.把收尾处理的逻辑移动到缓存删除的后边。
|
2024-11-11 16:16:49 +08:00 |
李杰应
|
09798b8d51
|
fix:执行计划
1.执行记录详情的组装逻辑修改,将产品部分的改动修改到当前分支
|
2024-11-08 18:20:41 +08:00 |
yineng.huang
|
e5d1e6e68b
|
截图使用session,wda挂了之后重建nkAgent卡死
|
2024-11-04 19:35:21 +08:00 |
李杰应
|
f5dda0f46c
|
fix:执行计划
1.增加输出,用于查找任务在有执行记录的情况下,查询详情的时候没有展示信息。
|
2024-10-29 20:00:53 +08:00 |
李杰应
|
8666c2cf92
|
执行任务的步骤截图,异步上传优化
1.文件服务的数据库cctp_attachment的表增加字段:存储路径storage_path,长度128位
2.cctp-commons关于的文件上传增加支持外部传入指定id的逻辑
3.由于使用了seaweedfs,上传完成后会使用volume id和file key重新作为附件的id存入到数据,所以增加了storage_path保存外部传入id
4.在下载附件的逻辑的增加判断,如果分割后的字符串存在多个/那么使用storagePath查询附件id再下载
5.执行引擎的修改是对pc的截图异步上传。
6.上位机的修改是ios和安卓的截图异步上传。
7.大致逻辑:步骤截图后,将文件名、文件路径、任务id、xy坐标、租户id、业务代码存入到本地h2数据库;通过定时任务,如果线程池是空闲,那么每次查询前20条数据,使用线程池进行遍历上传。
|
2024-10-25 04:40:53 +08:00 |
李杰应
|
c053ed2583
|
增加AtuPlanTaskRecordMapper.java类,删除多余的类
|
2024-10-17 15:36:51 +08:00 |
李杰应
|
7349ed567d
|
feat:执行计划修改重试策略
1.执行计划atu-execute-plan
2.执行引擎atu-script-engine
3.服务atu-execute-plan增加表atu_plan_task_record
4.服务atu-execute-plan修改表:atu_plan_info,增加字段retry_strategy重试策略
5.ddl语句在atu-execute-plan的resource/mysql/ddl.sql文件里
|
2024-10-17 13:28:21 +08:00 |
yineng.huang
|
cab4c50752
|
使用NkAgent启动应用
|
2024-10-08 15:16:06 +08:00 |
yineng.huang
|
6fb1c8765a
|
使用wda关闭应用
|
2024-09-27 15:53:37 +08:00 |
yineng.huang
|
fe7f1cda9e
|
截图改为wda截图
|
2024-09-27 10:17:25 +08:00 |
李杰应
|
8551afb5cf
|
fix:执行引擎
1.增减创建安卓驱动的异常处理,用于提高驱动创建的成功率
|
2024-09-26 20:21:07 +08:00 |
李杰应
|
fe61540e84
|
fix:通用组件库
1.删除部分finally中将驱动的隐式等待去掉。
|
2024-09-25 20:17:22 +08:00 |
yineng.huang
|
a825aea600
|
wda日志筛选
|
2024-08-29 16:55:01 +08:00 |
yineng.huang
|
8bc084459c
|
清空文本输入
|
2024-08-27 14:34:22 +08:00 |
yineng.huang
|
7ae47f8ef3
|
压缩图片依赖
|
2024-08-26 15:55:44 +08:00 |
yineng.huang
|
112ba61d92
|
android设备直播白屏的问题
|
2024-08-26 15:26:49 +08:00 |
yineng.huang
|
9d528d2229
|
agent退出打印系统日志
|
2024-08-26 11:44:38 +08:00 |
yineng.huang
|
2633f64fa9
|
关闭ios推图的同时关闭wda的推图
|
2024-08-22 11:40:52 +08:00 |
yineng.huang
|
d5f77b7295
|
9100端口无法连接问题(重启wda),打印无法获取设备token的日志
|
2024-08-21 18:03:33 +08:00 |
yineng.huang
|
40ba86aff5
|
移除多余的session
|
2024-08-20 11:34:50 +08:00 |
李杰应
|
5f3a467afd
|
fix:移动端通用组件库
1.增加点击后截图的加点的操作
2.添加StaleElement异常的处理
|
2024-08-19 14:17:21 +08:00 |
李杰应
|
6ef190c7d7
|
fix:上位机
1.修改xpath的方式的逻辑
|
2024-08-15 20:10:46 +08:00 |
yineng.huang
|
8b0939baf8
|
滑动解锁
|
2024-08-14 18:00:35 +08:00 |
yineng.huang
|
d90ed03f12
|
滑动解锁
|
2024-08-13 16:08:57 +08:00 |
yineng.huang
|
5de13aaf46
|
android设备创建driver时指定固定的端口
|
2024-08-12 00:06:57 +08:00 |
yineng.huang
|
2fa3e721df
|
拆分appium和agent的日志
|
2024-08-06 16:44:05 +08:00 |
李杰应
|
b56418e3b9
|
fix:上位机
1.改成由父类实现截取全屏的方法
|
2024-08-06 10:34:30 +08:00 |
李杰应
|
bd8673f832
|
fix:上位机
1.修改以图找图中截取全屏的逻辑
|
2024-08-06 09:53:41 +08:00 |
李杰应
|
1608e29d27
|
fix:上位机
1.修改ios的结束应用的逻辑
|
2024-08-05 18:23:20 +08:00 |
李杰应
|
e87632e127
|
fix:上位机
1.修改mac的上位机截图方式
2.修改mac的上位机的结束应用
|
2024-08-05 16:58:28 +08:00 |
李杰应
|
1363de0a83
|
fix:上位机
1.对获取到字符串进行处理,截取json部分
2.注册设备的时候,增加wdaUrl的属性
3.架构属性作为配置
|
2024-08-02 16:02:21 +08:00 |
yineng.huang
|
696d51ea04
|
截图阻塞的问题
|
2024-07-31 14:34:54 +08:00 |
yineng.huang
|
c05ca15444
|
滑动解锁
|
2024-07-30 15:40:03 +08:00 |
yineng.huang
|
1d160ef98d
|
Merge remote-tracking branch 'origin/master'
|
2024-07-25 18:11:51 +08:00 |
yineng.huang
|
76a0e32244
|
连接时,立马发缓存的最后一张图片到前端
|
2024-07-25 18:11:40 +08:00 |
李杰应
|
37be8c68ea
|
fix:上位机
1.修改AgentSession的指令获取线程的退出循环逻辑
2.增加停止指令,用于部分线程停止。
|
2024-07-24 18:50:41 +08:00 |
yineng.huang
|
47b6c0d728
|
Merge remote-tracking branch 'origin/master'
|
2024-07-24 16:07:59 +08:00 |
yineng.huang
|
8e8b116492
|
ios和android录屏视频文件无法播放、线程阻塞,无法GC
|
2024-07-24 16:07:49 +08:00 |
shenyi.deng
|
0e785a67a5
|
获取应用性能数据线程不能停止问题
|
2024-07-22 17:53:13 +08:00 |
yineng.huang
|
509a7278fc
|
ios和android录屏
|
2024-07-22 11:50:18 +08:00 |
yineng.huang
|
fd88ef376a
|
wda日志打印优化
|
2024-07-18 09:58:19 +08:00 |
yineng.huang
|
ac729d46c1
|
wda保留日志
|
2024-07-16 20:29:05 +08:00 |
yineng.huang
|
cd09e7e35f
|
多次点击获取多次uiNode
|
2024-07-15 17:59:24 +08:00 |
yineng.huang
|
43c7fc7eb0
|
性能数据找不到应用id就退出
|
2024-07-15 16:55:16 +08:00 |
yineng.huang
|
3e36ba544c
|
解决ios一台设备同时存在两个线程获取性能数据
|
2024-07-12 11:51:49 +08:00 |
yineng.huang
|
c2b8a98a2c
|
解决一台设备同时存在两个线程获取性能数据
|
2024-07-12 11:43:15 +08:00 |
yineng.huang
|
e38f18a050
|
点击、滑动、点击home键之后获取一次ui节点
|
2024-07-11 18:48:23 +08:00 |
1342486035@qq.com
|
5bcb914139
|
同步
|
2024-07-10 14:18:29 +08:00 |
yineng.huang
|
822e679f0f
|
mac上位机启动specialDeviceInfo
|
2024-07-09 15:12:13 +08:00 |
yineng.huang
|
ea017d69e6
|
改进android截图
|
2024-07-09 11:50:13 +08:00 |