diff --git a/playwright.config.ts b/playwright.config.ts index 921b227a..653cf73b 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -15,7 +15,10 @@ export default defineConfig({ { name: "chromium", use: { - ...devices["Desktop Chrome"] + ...devices["Desktop Chrome"], + launchOptions: { + args: ["--enable-webgl", "--use-gl=angle", "--use-angle=swiftshader-webgl"] + } } } ],