test.log 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. [测试套件] 知识库管理页面测试 (./client/admin/pages_know_info.test.tsx)
  2. [测试用例] 应正确渲染页面元素
  3. - 状态: 通过
  4. - 耗时: 2.000s
  5. [测试用例] 初始加载表格数据
  6. - 状态: 通过
  7. - 耗时: 0.729s
  8. [测试用例] 搜索表单应正常工作
  9. - 状态: 通过
  10. - 耗时: 1.000s
  11. [测试用例] 表格应加载并显示数据
  12. - 状态: 通过
  13. - 耗时: 0.038s
  14. [测试用例] 应能打开添加文章模态框
  15. - 状态: 通过
  16. - 耗时: 0.298s
  17. - 输出内容:
  18. <div class="ant-modal-title" id=":rq:">
  19. 添加知识库文章
  20. </div>
  21. [测试用例] 应能完整添加一篇文章
  22. - 状态: 通过
  23. - 耗时: 0.483s
  24. - 输出内容:
  25. <input
  26. aria-required="true"
  27. class="ant-input css-dev-only-do-not-override-1a3rktk ant-input-outlined"
  28. id="title"
  29. placeholder="请输入文章标题"
  30. type="text"
  31. value=""
  32. />
  33. <textarea
  34. aria-required="true"
  35. class="ant-input css-dev-only-do-not-override-1a3rktk ant-input-outlined"
  36. id="content"
  37. placeholder="请输入文章内容,支持Markdown格式"
  38. rows="15"
  39. />
  40. <span>确 定</span>
  41. hasNewArticle true
  42. [测试总结]
  43. - 总测试数: 1
  44. - 通过数: 1
  45. - 失败数: 0
  46. - 总耗时: 6.000s
  47. - 所有测试通过