Skip to content

Commit 48fb8a9

Browse files
committed
Tinker with Chrome flags
1 parent e6c1de0 commit 48fb8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default defineConfig({
2525
use: {
2626
...devices["Desktop Chrome"],
2727
launchOptions: {
28-
args: ["--use-gl=egl"],
28+
args: ["--enable-gpu"],
2929
},
3030
},
3131
},

0 commit comments

Comments
 (0)