From df645b70a7a115a2d75d94d578a53eaf53351a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Fri, 1 May 2026 16:36:58 +0800 Subject: [PATCH] test: revert workers to 1 to avoid login concurrency All login-based tests share MOICEN_E2E_UNIONID and cannot run in parallel without interfering with each other's session state. Co-Authored-By: Claude Opus 4.7 --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 070a661..9b06f24 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -8,7 +8,7 @@ export default defineConfig({ testDir: './tests', testIgnore: ['**/admin_debug.spec.ts'], timeout: 120_000, - workers: 2, + workers: 1, expect: { timeout: 30_000 }, use: { baseURL: