Skip to content

Commit 2bf6cd9

Browse files
test: remove list reporter duplicate
1 parent 2885444 commit 2bf6cd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default defineConfig({
4141
reporter: [
4242
['html', { open: isCI ? 'never' : 'on-failure', outputFolder: 'playwright-report/html' }],
4343
['junit', { outputFile: 'test-results/results.xml' }],
44-
isCI ? ['blob']: ['list'],
44+
isCI ? ['blob']: ['null'],
4545
isCI ? ['github'] : ['list'],
4646
],
4747
use: {

0 commit comments

Comments
 (0)