Skip to content

Commit 4a94faf

Browse files
authored
Merge pull request #7194 from LibreSign/backport/7192/stable32
[stable32] chore: improve playwright CI log feedback
2 parents 1cc707e + 7a5b3a9 commit 4a94faf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default defineConfig({
2020
/* Opt out of parallel tests on CI. */
2121
workers: process.env.CI ? 1 : undefined,
2222
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
23-
reporter: process.env.CI ? 'github' : 'list',
23+
reporter: process.env.CI ? [['list'], ['github']] : 'list',
2424
/* Default timeout for each test (60 seconds) */
2525
timeout: 60000,
2626

0 commit comments

Comments
 (0)