test(at): complete AT-SPI suites for deepin editor - #495
Conversation
Add remaining mapped AT-SPI suites and unsupported case summary. 补全剩余 AT-SPI 用例映射,并增加 unsupported 原因汇总。 Log: 补全文本编辑器 AT-SPI 用例 Influence: 新增工作区和启动相关可执行用例,远程验证31条用例全部通过;unsupported用例已按原因归类,不参与自动化执行。
There was a problem hiding this comment.
Sorry @dengzhongyuan365-dev, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
Reviewer's GuideCompletes AT-SPI mapping for the remaining deepin-editor test modules, marks the new executable suites as verified in the global AT plan, and adds a detailed markdown summary explaining why the remaining text editor cases are unsupported/non-GUI while wiring in the corresponding suite/mapping/element YAML files. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
deepin pr auto review★ 总体评分:95分■ 【总体评价】
■ 【详细分析】
■ 【改进建议代码示例】 # 优化多行文本字符串的书写方式,提升可读性
- id: case_1593015
name: 文件查找【快捷键】
module: /V25_2500(测试部专用)/B类解耦商店应用/文本编辑器/工作区(#114343)
status: active
annotation:
测试界面: 主窗口-查找栏
测试功能: Ctrl+F 打开查找并输入查找词
前置条件: 应用已启动,编辑区存在文本
AT元素引用: 查找
steps:
- step_type: action
description: 打开文本编辑器
action: session_start
command: deepin-editor
- step_type: action
description: 输入包含查找词的文本
action: keyboard_type
text: |-
alpha beta
alpha gamma
- step_type: action
description: 按 Ctrl+F 打开查找栏
action: keyboard_hot_key
key: ctrl+f
- step_type: action
description: 输入查找词
action: keyboard_type
text: alpha
- step_type: assert
description: 验证查找栏可见
action: assert_element
selector:
name: 查找
role: menu item |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dengzhongyuan365-dev, lzwind The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/forcemerge |
|
This pr force merged! (status: unstable) |
Add remaining mapped AT-SPI suites and unsupported case summary.
补全剩余 AT-SPI 用例映射,并增加 unsupported 原因汇总。
Log: 补全文本编辑器 AT-SPI 用例
Influence: 新增工作区和启动相关可执行用例,远程验证31条用例全部通过;unsupported用例已按原因归类,不参与自动化执行。
Summary by Sourcery
Complete AT-SPI suite mappings for deepin editor modules and document unsupported AT-SPI cases with categorized reasons.
Enhancements: