|
- {
- "commands": [
- {
- "command": "pnpm run build",
- "scope": "unreal_tran_web",
- "status": "PASS",
- "details": "最终 vue-tsc、Vite 与 legacy iframe public/dist 哈希校验通过;仍有既有 chunk 体积提示。",
- "log": "validation/build.log"
- },
- {
- "command": "node --test tools/scene-cover-api.test.mjs tools/guide-error-message.test.mjs",
- "scope": "ute2e",
- "status": "PASS",
- "details": "20/20 通过,包含保存失败只提示一次、阻断发布与离开,以及指导书/场景错误提示回归。",
- "log": "validation/runtime-tests.log"
- },
- {
- "command": "pnpm exec tsc --noEmit --target ES2022 --module ESNext --moduleResolution Bundler --strict --types 'node,@playwright/test' tests/api-error-messages.spec.ts api-error-messages.config.ts",
- "scope": "ute2e",
- "status": "PASS",
- "details": "本轮新增浏览器测试与配置类型检查通过。"
- },
- {
- "command": "git diff --check",
- "scope": "unreal_tran_web、ute2e",
- "status": "PASS",
- "details": "主任务检查通过;报告生成后再次核验本轮文件。"
- }
- ]
- }
|