Skip to content

Commit 205d15b

Browse files
authored
test(app-showcase): console 列表/表单能力全量实测报告(35 项问题)+ 用例元数据补齐 (#2550)
1 parent b5be479 commit 205d15b

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)