We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef692b1 commit 30e7234Copy full SHA for 30e7234
ui/playwright.config.ts
@@ -74,6 +74,9 @@ export default defineConfig({
74
'--enable-skia-renderer',
75
'--js-flags=--random-seed=1',
76
'--ignore-gpu-blocklist',
77
+ '--disable-software-rasterizer', // Diable swiftshader
78
+ '--use-gl=egl', // Use system EGL instead of Chrome's bundled SwiftShader
79
+ '--use-angle=gl-egl', // ANGLE using native GL/EGL backend (llvmpipe)
80
],
81
},
82
ignoreHTTPSErrors: true,
0 commit comments