Skip to content

Commit a1f2327

Browse files
committed
Playwright config updates
1 parent 68f6aef commit a1f2327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
/* Opt out of parallel tests on CI. */
1515
workers: process.env.CI ? 1 : undefined,
1616
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
17-
reporter: 'html',
17+
reporter: 'line',
1818
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
1919
use: {
2020
/* Base URL to use in actions like `await page.goto('/')`. */

0 commit comments

Comments
 (0)