feat: Add comprehensive unit and integration testing infrastructure #38

Merged
jimmy merged 6 commits from feature/add-testing-infrastructure into main 2026-03-30 11:19:19 +08:00

6 Commits

Author SHA1 Message Date
Gan, Jimmy 8431920d26 feat: add comprehensive unit and integration testing infrastructure
Run Tests / Backend Tests (pull_request) Has been cancelled
Run Tests / Frontend Tests (pull_request) Has been cancelled
Run Tests / Test Summary (pull_request) Has been cancelled
- Backend: pytest with unit tests (auth, rbac, config) and integration tests (auth flow, docker, files)
- Frontend: vitest with unit tests (api client) and component tests (login)
- CI: Gitea Actions workflow for automated testing with coverage reports
- Documentation: TESTING.md guide with setup, usage, and best practices
- Coverage goals: 80%+ backend, 70%+ frontend
2026-03-30 11:11:39 +08:00
Gan, Jimmy 99b626eadc fix: add 60s timeout to registry mirror pre-pull to prevent CI hang 2026-03-20 01:04:14 +08:00
Gan, Jimmy 0c45efc0ca fix: terminal auth — skip pre-emptive refresh, always refresh on app load for fresh cookies 2026-03-20 01:04:14 +08:00
Gan, Jimmy 59da4eb9f9 fix: explicitly disable ML URL to prevent OCR job failures 2026-03-20 01:04:14 +08:00
Gan, Jimmy 24cb173caf fix: remove ffmpeg thread limit causing SIGSEGV in Immich 2026-03-20 01:04:14 +08:00
Gan, Jimmy 4eae0dca2f fix: correct tea download URL in Dockerfile 2026-03-20 01:04:14 +08:00