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 7782253 commit b70b7f6Copy full SHA for b70b7f6
playwright.config.ts
@@ -25,7 +25,7 @@ export default defineConfig({
25
use: {
26
...devices["Desktop Chrome"],
27
launchOptions: {
28
- args: ["--enable-gpu"],
+ args: process.env.CI ? ["--enable-gpu", "--use-gl=angle"] : [],
29
},
30
31
0 commit comments