Files

11 lines
719 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# tests/ — 实验报告目录(进行中)
按《参赛成果物提交规范·赛道一》§8 成果物04要求,本目录存放实验报告:
- **测试代码**:后端单元测试(`backend/**/src/test/`+ 前端 Playwright E2E 测试(`frontend/e2e/tests/`,9 个 spec,覆盖登录/指摘CRUD/附件/Agent控制台/工作台/通知/Agent字段填充/Agent SSE 流等)
- **coverage/**:覆盖率报告(JaCoCo / Playwright 报告)
- **执行日志**:测试执行日志
> 状态:测试代码已开发,测试执行与覆盖率报告生成中,最终评审前提交完整实验报告。
> 测试用例清单及执行结果将在此目录下补充(如 `TEST_REPORT.md`、`coverage/`)。