diff --git a/playwright.config.js b/playwright.config.js index 5d0687ea..225576f9 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -9,7 +9,7 @@ import { dirname, join } from 'path'; * https://github.com/motdotla/dotenv */ import dotenv from 'dotenv'; -dotenv.config({ path: join(dirname(fileURLToPath(import.meta.url)), '.env'), debug: false }); +dotenv.config({ path: join(dirname(fileURLToPath(import.meta.url)), '.env') }); /** * Auth state storage path - shared across all browser projects