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: {