feat: 接入法制日报机构并新增 15 应用 Playwright 回归测试

- 新增法制日报机构种子数据(机构/用户/分类/15应用/知识库),登录页默认账号预填
- 引入 Playwright e2e:登录复用 storageState,覆盖对话/补全/工作流/智能体四类交互
- 配置测试脚本与产物 gitignore

Co-authored-by: Cursor <cursor@cursor.com>
This commit is contained in:
selfrelease
2026-06-25 19:47:15 +08:00
parent 8959456eb7
commit e65da6f294
11 changed files with 888 additions and 2 deletions
+7
View File
@@ -13,6 +13,13 @@
# testing
/coverage
# playwright e2e
/e2e/.auth
/e2e/.report
/e2e/.artifacts
/playwright-report
/test-results
# next.js
/.next/
/out/