We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c1de0 commit 48fb8a9Copy full SHA for 48fb8a9
playwright.config.ts
@@ -25,7 +25,7 @@ export default defineConfig({
25
use: {
26
...devices["Desktop Chrome"],
27
launchOptions: {
28
- args: ["--use-gl=egl"],
+ args: ["--enable-gpu"],
29
},
30
31
0 commit comments