Skip to content

Commit 0b45bdd

Browse files
author
Kamil
committed
5th attempt to fix playwright browser issue
1 parent 14bddb1 commit 0b45bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default defineConfig({
44
testDir: 'tests/playwright',
55
timeout: 2 * 60 * 1000,
66
use: {
7-
headless: false,
7+
headless: true,
88
trace: 'on',
99
screenshot: 'on'
1010
},

0 commit comments

Comments
 (0)