tests/integration/test_*.py |
IT 域集成测试(14 文件) |
tests/chain/test_*.py |
链路测试(8 文件,含 batch/exec 完成态) |
tests/conftest.py |
共享 fixture / SQLite 兼容 |
tests/acceptance_catalog.py |
验收目录扩展 |
frontend/e2e/fixtures.mjs |
Worker 级 API 登录 + cookie 轮换写回 |
frontend/e2e/helpers.mjs |
会话恢复 + 侧栏 nav |
frontend/e2e/pages/*.spec.mjs |
页域 E2E(18) |
frontend/e2e/full-acceptance.spec.mjs |
15 步 serial 验收 |
frontend/package.json |
test:e2e 脚本 |
.gitea/workflows/ci-cd.yml |
CI 分层 pytest + E2E job |
.gitignore |
忽略 frontend/e2e/.auth/、test-results/ |
scripts/run_nexus_acceptance.py |
验收脚本对齐 catalog |
docs/testing/test-case-matrix.md |
矩阵状态更新 |
web/app/index.html |
vite build 入口 hash 更新 |
frontend/src/api/index.ts |
校验错误中文格式化接入 |
frontend/src/utils/apiError.ts |
API 错误展示 |
frontend/src/utils/validationErrorFormat.ts |
Pydantic detail → 中文 |
frontend/src/pages/PushPage.vue |
推送页异步提交 UX |
frontend/src/pages/ServersPage.vue |
服务器列表(无 CSV 导出) |
frontend/src/components/push/PushToolbar.vue |
推送工具栏 |
frontend/src/composables/push/usePushProgress.ts |
推送进度 composable |
server/api/sync_v2.py |
sync 校验与异步推送 |
server/background/sync_push_runner.py |
后台推送 runner |
server/utils/validation_errors_zh.py |
后端校验中文映射 |
tests/test_validation_errors_zh.py |
中文校验单测 |