From a4caeca24c65484a591feb339118aa45252c789b Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sun, 18 Jan 2026 22:16:48 -0800 Subject: [PATCH] Use only chromium Signed-off-by: Danila Fedorin --- playwright.config.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/playwright.config.ts b/playwright.config.ts index 30bb96d..d2d2e59 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: 'firefox', - use: { ...devices['Desktop Firefox'] }, - }, - - { - name: 'webkit', - use: { ...devices['Desktop Safari'] }, - }, + // { + // name: 'webkit', + // use: { ...devices['Desktop Safari'] }, + // }, /* Test against mobile viewports. */ // {