Skip to content

Commit 97a4af1

Browse files
baozhoutaoclaude
andcommitted
test(app-showcase): console 列表/表单能力全量实测报告(35 项问题)+ 用例元数据补齐
内置浏览器逐项真实测试对象列表/表单全部能力(行按钮、行内编辑、批量修改、 表单分组、字段显隐、级联 lookup、视图路由、userFilters、分页、6 种可视化等), 全程截图留痕并以 API/meta 双重核验: - docs/test/console-list-form-capability-report-2026-07.md — 35 项缺陷权威记录 (P0×11:行内编辑不可用、form/flow action 崩坏、visibleOn 不生效、级联 lookup 可绕过、批量多选写坏数据、视图短名路由静默回退、userFilters 不渲染等) + 20+ 项验证正常能力清单 - docs/test/showcase-console-capability-test-report.docx — Word 版(文字+37 张截图) - 测试用例元数据补齐:任务视图 inlineEdit、发票 contact dependsOn 级联、 form 视图 visibleOn 用例、contact 种子、翻译 bundle 全列覆盖、Analytics 导航入口 - .claude/launch.json — 可复现的独立端口 dev 测试配置 Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9d12193 commit 97a4af1

47 files changed

Lines changed: 235 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/launch.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"version": "0.0.1",
3+
"configurations": [
4+
{
5+
"name": "showcase-dogfood-3777",
6+
"runtimeExecutable": "pnpm",
7+
"runtimeArgs": [
8+
"-C",
9+
"examples/app-showcase",
10+
"exec",
11+
"objectstack",
12+
"dev",
13+
"--ui",
14+
"--seed-admin",
15+
"-p",
16+
"3777",
17+
"-d",
18+
"file:/tmp/showcase-dogfood-3777/data.db"
19+
],
20+
"port": 3777
21+
}
22+
]
23+
}
Lines changed: 134 additions & 0 deletions
38.7 KB
21.7 KB
23.1 KB
22.7 KB
23.9 KB
25.8 KB
23.1 KB
19.9 KB

0 commit comments

Comments
 (0)