Commit Graph

28 Commits

Author SHA1 Message Date
xiaoxia 21fc2869ff test(phase2): 完善 E2E 错误场景测试、Playwright 接入 CI、API 集成测试补充
Deploy / Staging E2E Tests (push) Has been skipped
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 141h54m7s
CI/CD Pipeline / Frontend Lint (push) Failing after 141h54m17s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 141h54m17s
2026-07-03 15:00:03 +08:00
xiaoxia 9e71122f6e fix: 清理已移除 workspace 概念的残留引用
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 142h39m26s
CI/CD Pipeline / Frontend Lint (push) Failing after 142h39m50s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 142h39m57s
问题: 迁移 009 已移除 workspace 概念(数据库表已删除),但测试和前端
代码中仍残留大量 workspace API 引用,导致部署时测试失败。

修复内容:
- 删除 test_workspace.spec.ts (测试不存在的 /workspaces API)
- 修复 core-titles.spec.ts 移除 workspace 创建和 workspace_id 参数
- 修复 core-upload.spec.ts 移除 workspace 创建和 workspace_id 参数
- 修复前端组件 (CreateIssueForm, CreateTaskForm) 移除 workspaceId props
- 修复前端页面 (milestones, projects, tasks) 移除 workspace 引用

验证: router.py 引用的全部 25 个路由文件均存在,无缺失
2026-07-03 14:14:21 +08:00
xiaoxia a5e5ba4426 test: 添加核心流程 E2E 测试
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 142h46m12s
CI/CD Pipeline / Frontend Lint (push) Failing after 142h46m42s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 142h46m50s
- 认证流程(注册/登录/登出/获取用户信息,正向+反向共 10 个用例)
- 工作空间流程(创建/列出/详情/成员,共 6 个用例)
- 项目流程(创建/列出/详情/未授权,共 6 个用例)
- 素材库流程(创建库/列出库/创建素材/列出素材,共 8 个用例)

共 30 个回归测试用例,覆盖视频生成 SaaS 核心业务路径。
2026-07-03 14:07:29 +08:00
Xiaoxia AI e40a7d4df9 test(web): target generation approval pill 2026-06-25 12:58:36 +08:00
Xiaoxia AI da55b865a6 test(web): scope generation approval assertion 2026-06-25 12:43:17 +08:00
Xiaoxia AI 5f27e235b2 test(web): stabilize core E2E against V21 UI 2026-06-25 01:38:15 +08:00
Xiaoxia AI 0f59b412bc feat(plans): add edit plan preview workflow 2026-06-24 10:10:25 +08:00
Xiaoxia AI 50858a8810 test(e2e): stabilize task center completion assertion 2026-06-24 08:53:34 +08:00
Xiaoxia AI ee6b4a663a feat(tasks): add project task center 2026-06-24 08:39:32 +08:00
Xiaoxia AI 764986f95d feat(results): add preview and batch download actions 2026-06-24 06:57:59 +08:00
Xiaoxia AI 8801795d1e test(e2e): stabilize generated video review assertion 2026-06-24 06:42:11 +08:00
Xiaoxia AI 8acbd6c8a7 feat(results): add generated video management 2026-06-24 06:28:06 +08:00
Xiaoxia AI b4dbad2e1e fix(titles): keep selected title ids generation-safe 2026-06-24 01:13:01 +08:00
Xiaoxia AI 17021c351f feat(titles): complete title selection workflow 2026-06-24 00:55:00 +08:00
Xiaoxia AI 6b66601d67 feat(titles): add project title library 2026-06-24 00:30:58 +08:00
Xiaoxia AI 07fd2b3d49 test(e2e): stabilize review action selector 2026-06-23 23:12:19 +08:00
Xiaoxia AI 9cc48aeee9 feat(assets): add review actions and high risk view 2026-06-23 22:57:56 +08:00
Xiaoxia AI 8b2f4b3a34 test(e2e): allow production ingest latency 2026-06-23 22:24:47 +08:00
Xiaoxia AI fd56afbb73 test(e2e): assert generation marks source usage 2026-06-23 22:04:47 +08:00
Xiaoxia AI 18d35251f9 test(e2e): use valid media fixture for generation 2026-06-23 20:52:54 +08:00
Xiaoxia AI bb3a7e5e15 feat(assets): enforce smart diagnosis workflow 2026-06-23 20:36:47 +08:00
Xiaoxia AI d052645307 feat(assets): add project material diagnosis 2026-06-23 20:14:03 +08:00
Xiaoxia AI 798a4ce711 test(e2e): stabilize generated result assertion 2026-06-23 19:31:13 +08:00
Xiaoxia AI a19a269cee test(e2e): gate generation download flow 2026-06-23 17:56:55 +08:00
Xiaoxia AI 64b29791a2 test(e2e): stabilize direct upload selector 2026-06-23 16:29:17 +08:00
Xiaoxia AI 6e42f944c0 feat(upload): add OSS direct upload flow 2026-06-23 15:47:03 +08:00
Xiaoxia AI 1810b74b66 test(e2e): add browser upload gate 2026-06-23 15:17:22 +08:00
Xiaoxia AI edeab83f17 fix: connect API to tracker.db via SQLite repository 2026-06-17 13:21:38 +08:00