diff --git a/playwright-tests/playwright.config.ts b/playwright-tests/playwright.config.ts index 8a4966e6..df64f772 100644 --- a/playwright-tests/playwright.config.ts +++ b/playwright-tests/playwright.config.ts @@ -15,7 +15,7 @@ if (!process.env.CI) { example: path.join(basePath, '.env.example') }); } - + else { dotenv.config({ path: path.join(basePath, `.env.${process.env.PLAYWRIGHT_ENV}`), example: path.join(basePath, '.env.example')