fix(ECR-001): 对齐 Playwright e2e 与 /psy/ base 及现 UI

E2E 改走 /psy 路径并更新过时文案断言,恢复 L3 冒烟;补充 Phase F QA 报告。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
jackyu66git
2026-08-05 18:34:11 +08:00
co-authored by Cursor
parent e735aa43e3
commit 69fa1b85d6
5 changed files with 78 additions and 16 deletions
+2
View File
@@ -10,6 +10,8 @@ export default defineConfig({
forbidOnly: !!process.env.CI,
retries: process.env.CI ? 1 : 0,
use: {
// SPA Vite base is /psy/; absolute paths must include the prefix
// (Playwright treats `/foo` as origin-absolute, ignoring base path).
baseURL: 'http://127.0.0.1:4173',
trace: 'on-first-retry',
},