[AT] 语音记事本 AT-SPI 测试套件(场景1) - #515
Draft
dengzhongyuan365-dev wants to merge 2 commits into
Draft
dengzhongyuan365-dev wants to merge 2 commits into
dengzhongyuan365-dev wants to merge 2 commits into
Conversation
Generate AT-SPI accessibility test suite covering Scenario 1: Tiptap default launch, main window, note list, detail edit area, TiptapWebView accessibility, and new note creation keeps edit area usable. - 17 suite YAML files across 19 module slices (42 testable cases) - 46 elements in coverage manifest, 44 covered (100% gate PASS) - 2 dynamic-name elements exempted via unreachable.yaml - cases_mapped.yaml, element-coverage-manifest.yaml, coverage-report.yaml Co-authored-by: AT-测试套件生成助手 <agent@multica>
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dengzhongyuan365-dev 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 |
Reviewer's Guide本 PR 将语音记事本场景 1 的 AT-SPI 测试重构为按模块拆分的 suite YAML,围绕默认主窗口、列表、详情页和 TiptapWebView 可访问性及新建笔记流程组织 42 个用例,并配套 accessible 元素清单、动态名称豁免和 100% 元素覆盖率报告;静态组装和覆盖率检查已通过,但实际 AT-SPI 运行仍需桌面总线环境。 File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
移除场景1范围外的全部 suite(18个模块目录),仅保留场景1: - 启动应用验证主窗口 - 创建文件夹后验证笔记列表 - 新建笔记验证TiptapWebView与详情页编辑区 - 新建笔记后编辑区仍可用 更新 elements.yaml(10个场景1元素)、element-coverage-manifest.yaml、 unreachable.yaml(36个范围外元素豁免)、cases_mapped.yaml、coverage-report.yaml。 覆盖门禁 100% PASS(10/10)。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AT-SPI 测试套件 — 语音记事本 场景1
目标: 验证应用默认进入 Tiptap 编辑器,主窗口、笔记列表、详情页编辑区、TiptapWebView 可访问,新建笔记后编辑区仍可用。
覆盖内容
测试套件统计
验证状态
交付物
tests/at/yaml/elements.yaml— 元素清单tests/at/yaml/**/*.suite.yaml— 17 个 suite 文件tests/at/element-coverage-manifest.yaml— 元素覆盖清单tests/at/coverage-report.yaml— 覆盖率报告tests/at/cases_mapped.yaml— 映射用例集tests/at/unreachable.yaml— 不可达元素豁免清单Summary by Sourcery
Establish focused AT-SPI coverage for the default Tiptap editor workflow in Voice Note.
New Features:
Enhancements:
Tests:
Chores: