Skip to content

Commit 99d9f6d

Browse files
committed
Change Playwright run args
1 parent 92a9eb7 commit 99d9f6d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

playwright.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ export default defineConfig({
2222
projects: [
2323
{
2424
name: "chromium",
25-
use: { ...devices["Desktop Chrome"] },
25+
use: {
26+
...devices["Desktop Chrome"],
27+
launchOptions: {
28+
args: ["--use-gl=egl"],
29+
},
30+
},
2631
},
2732
],
2833

0 commit comments

Comments
 (0)