Skip to content

Commit 7129306

Browse files
committed
PW reporter set to HTML
1 parent 7674dee commit 7129306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default defineConfig({
2525
/* Opt out of parallel tests on CI. */
2626
workers: process.env.CI ? 4 : undefined,
2727
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
28-
reporter: process.env.CI ? [['list'], ['html'], ['github']] : 'html',
28+
reporter: 'html',
2929
/* Global setup and teardown */
3030
globalSetup: './tests/global-setup.mjs',
3131
globalTeardown: './tests/global-teardown.mjs',

0 commit comments

Comments
 (0)