kindergarten_java/reading-platform-frontend
Claude Opus 4.6 bd244a7c7d test: 修复排课功能冲突检测API测试并完成全面测试
- 修复冲突检测API测试参数错误(使用正确的classId/scheduledDate/scheduledTime)
- 新增全面API测试脚本 (test_all_apis.sh)
- 新增Python Playwright浏览器自动化测试 (test_schedule_page.py)
- 新增前端E2E测试用例 (schedule-comprehensive.spec.ts, schedule-real.spec.ts)
- 更新测试报告,所有API测试通过

测试覆盖:
- 登录认证 
- 课程套餐列表(两层结构)
- 排课列表/课表/日历视图 
- 班级/教师列表 
- 冲突检测API  (已修复)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 20:34:41 +08:00
..
public 添加logo 2026-03-16 17:49:09 +08:00
scripts fix: orval API 生成优化 - 修复 oneOf schema 验证错误 2026-03-16 10:45:15 +08:00
src fix: 修复学校端排课路由冲突 - 移除重复的子路由 2026-03-17 19:44:10 +08:00
tests test: 修复排课功能冲突检测API测试并完成全面测试 2026-03-17 20:34:41 +08:00
.DS_Store refactor: 完成代码重构规范化 - 2026-03-12 2026-03-12 17:27:13 +08:00
.env.development feat: 更新 FileUploader 组件和生成的 API 类型 2026-03-16 18:15:34 +08:00
dev.db 提交说明 2026-02-28 16:41:39 +08:00
index.html 视频预览 2026-03-17 14:17:21 +08:00
orval.config.ts fix: orval API 生成优化 - 修复 oneOf schema 验证错误 2026-03-16 10:45:15 +08:00
package-lock.json 优化 2026-03-17 10:38:51 +08:00
package.json 优化 2026-03-17 10:38:51 +08:00
playwright.config.ts chore: 更新启动脚本使用 Java (Spring Boot) 后端 2026-03-16 10:35:30 +08:00
start-frontend.sh 提交说明 2026-02-28 16:41:39 +08:00
test-page.mjs refactor: 完成代码重构规范化 - 2026-03-12 2026-03-12 17:27:13 +08:00
tsconfig.json Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00
tsconfig.node.json Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00
typed-router.d.ts Merge remote-tracking branch 'origin/master' and complete two-tier structure refactoring 2026-03-17 16:59:06 +08:00
uno.config.ts 在线文档支持 2026-03-16 20:06:56 +08:00
vite.config.ts 在线文档支持 2026-03-16 20:06:56 +08:00