Skip to content

Commit

Permalink
chore: optimize playwright config
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw committed Jan 27, 2025
1 parent 70f7681 commit 967de8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/web-integration/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@ export default defineConfig({
use: { ...devices['Desktop Chrome'] },
},
],
reporter: [['list'], ['./src/playwright/reporter/index.ts']],
reporter: [
[process.env.CI ? 'line' : 'list'],
['./src/playwright/reporter/index.ts'],
],
});

0 comments on commit 967de8c

Please sign in to comment.