Skip to content

Commit 3c608fb

Browse files
authored
test(e2e): use list reporter (#453)
1 parent af3d4c8 commit 3c608fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

e2e/playwright.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ export default defineConfig({
5656
...serverOptions,
5757
},
5858
],
59+
reporter: process.env.CI ? [['list'], ['github']] : 'list',
60+
5961
expect: {
6062
timeout: process.env.CI ? 30_000 : 10_000,
6163
},

0 commit comments

Comments
 (0)