From 4714d77cd749ed2d7f89a2a8dc2252615e51affa Mon Sep 17 00:00:00 2001 From: xiaoiver Date: Fri, 9 Aug 2024 16:36:49 +0800 Subject: [PATCH] chore: cannot use chrome canary in linux --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 8688348..4899952 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -21,7 +21,7 @@ export default defineConfig({ name: 'chromium', use: { ...devices['Desktop Chrome'], - channel: 'chrome-canary', + channel: 'chrome', headless: true, screenshot: 'on', launchOptions: {