You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

40 lines
1.1 KiB

  1. {
  2. "title": "真实浏览器异常分支验证(定向注入HTTP失败)",
  3. "status": "PASS",
  4. "checks": [
  5. {
  6. "title": "封面上传503:训练内容仍保存并保留原封面",
  7. "status": "PASS",
  8. "details": {
  9. "beforeVersion": 6,
  10. "afterVersion": 7,
  11. "sameCover": true,
  12. "stepCount": 2
  13. },
  14. "screenshot": "screenshots/12-cover-failure-preserves-old.png"
  15. },
  16. {
  17. "title": "保存409:不覆盖服务端内容和封面,并保持未保存提示",
  18. "status": "PASS",
  19. "details": {
  20. "version": 7,
  21. "putAttempts": 1,
  22. "sameCover": true
  23. },
  24. "screenshot": "screenshots/13-save-conflict.png"
  25. },
  26. {
  27. "title": "切换场景下载失败:保持原场景、绑定期间禁止保存发布、零项目写入",
  28. "status": "PASS",
  29. "details": {
  30. "retainedSceneProjectId": "160",
  31. "blockedDownloads": 1,
  32. "putCount": 0
  33. },
  34. "screenshots": [
  35. "screenshots/14-binding-disables-save.png",
  36. "screenshots/15-binding-failure-retains-scene.png"
  37. ]
  38. }
  39. ]
  40. }