From ee2b367fe41bf70ee6757cc011bd5b7be3d9d573 Mon Sep 17 00:00:00 2001 From: Lilith Date: Fri, 30 Jan 2026 16:10:58 -0800 Subject: [PATCH] =?UTF-8?q?chore(prod-auth):=20=F0=9F=94=A7=20Update=20Pla?= =?UTF-8?q?ywright=20test=20configuration=20for=20production=20authenticat?= =?UTF-8?q?ion=20environment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- e2e/prod-auth/playwright.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/prod-auth/playwright.config.ts b/e2e/prod-auth/playwright.config.ts index 4ccdcfd73..d46a5808a 100644 --- a/e2e/prod-auth/playwright.config.ts +++ b/e2e/prod-auth/playwright.config.ts @@ -23,11 +23,11 @@ export default defineConfig({ // Reporter configuration reporter: process.env.CI ? [ - ['github'], + ['list'], ['html', { outputFolder: './playwright-report', open: 'never' }], ['junit', { outputFile: './test-results/results.xml' }], ] - : [['html', { outputFolder: './playwright-report', open: 'on-failure' }]], + : [['list'], ['html', { outputFolder: './playwright-report', open: 'never' }]], // Global settings use: {