From d8e43693ede21e0f5622d0884bec1762cea4842d Mon Sep 17 00:00:00 2001 From: morbalint Date: Wed, 27 Mar 2024 22:49:18 +0100 Subject: [PATCH] enable all 3 browsers --- playwright.config.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/playwright.config.ts b/playwright.config.ts index 7749178..d2f5b17 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -34,20 +34,20 @@ export default defineConfig({ /* Configure projects for major browsers */ projects: [ - // { - // name: 'chromium', - // use: { ...devices['Desktop Chrome'] }, - // }, + { + name: 'chromium', + use: { ...devices['Desktop Chrome'] }, + }, { name: 'firefox', use: { ...devices['Desktop Firefox'] }, }, - // { - // name: 'webkit', - // use: { ...devices['Desktop Safari'] }, - // }, + { + name: 'webkit', + use: { ...devices['Desktop Safari'] }, + }, /* Test against mobile viewports. */ // {