From ed72fbdbe546d5d5dd32919e9aa1490de51bd94b Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Tue, 20 Feb 2024 11:40:39 +0100 Subject: [PATCH] skip setups --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 4f904a7..94af204 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -28,7 +28,7 @@ const config: PlaywrightTestConfig<{}, {}> = { }, { name: "chromium", - dependencies: ["setup"], + // dependencies: ["setup"], use: { ...devices["Desktop Chrome"], viewport: { width: 1920, height: 1080 },