Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

31 рядки
1.2 KiB

  1. {
  2. "commands": [
  3. {
  4. "command": "pnpm run build",
  5. "scope": "unreal_tran_web",
  6. "status": "PASS",
  7. "details": "最终 vue-tsc、Vite 与 legacy iframe public/dist 哈希校验通过;仍有既有 chunk 体积提示。",
  8. "log": "validation/build.log"
  9. },
  10. {
  11. "command": "node --test tools/scene-cover-api.test.mjs tools/guide-error-message.test.mjs",
  12. "scope": "ute2e",
  13. "status": "PASS",
  14. "details": "20/20 通过,包含保存失败只提示一次、阻断发布与离开,以及指导书/场景错误提示回归。",
  15. "log": "validation/runtime-tests.log"
  16. },
  17. {
  18. "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",
  19. "scope": "ute2e",
  20. "status": "PASS",
  21. "details": "本轮新增浏览器测试与配置类型检查通过。"
  22. },
  23. {
  24. "command": "git diff --check",
  25. "scope": "unreal_tran_web、ute2e",
  26. "status": "PASS",
  27. "details": "主任务检查通过;报告生成后再次核验本轮文件。"
  28. }
  29. ]
  30. }