Commit Graph

5 Commits

Author SHA1 Message Date
张翔 c50ccd258f feat: 重构测试框架并优化代码结构
refactor(tests): 将e2e_tests迁移到tests_suite和api_integration_tests
style: 为Java类添加文档注释
docs: 更新.gitignore和配置文件
test: 添加性能测试和Playwright测试脚本
chore: 清理旧测试文件和配置
2026-03-14 13:49:39 +08:00
张翔 a12638c567 fix: 修复 uploads 目录忽略规则
- 将 /uploads/ 改为 uploads/ 以匹配所有子目录中的 uploads 文件夹
- 确保上传测试文件不会被 git 跟踪
2026-03-13 10:30:52 +08:00
张翔 af913ea8f4 chore: 更新 .gitignore 并移除已跟踪的构建产物
- 完善 Java/Maven 构建产物忽略规则
- 新增 Vue 3 + Vite 前端构建产物忽略
- 新增 Python E2E 测试相关文件忽略
- 新增 Playwright、Allure 测试报告忽略
- 新增 JaCoCo 覆盖率文件忽略
- 移除 target/ 目录下所有已跟踪的 .class 文件
- 优化 IDE 配置文件忽略规则
2026-03-13 10:24:24 +08:00
张翔 4366e742dc fix: correct .gitignore to not ignore source db directory 2026-03-12 12:34:56 +08:00
张翔 2119c6eb4b chore: add comprehensive .gitignore file 2026-03-12 12:29:26 +08:00