We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0584e84 commit 5d0b484Copy full SHA for 5d0b484
1 file changed
e2e/playwright.config.ts
@@ -1,8 +1,9 @@
1
import { defineConfig, devices } from '@playwright/test';
2
import { AuthFile } from './constants/AuthFile';
3
+import dotenv from 'dotenv';
4
5
if (!process.env.CI) {
- require("dotenv").config({ path: ".env", quiet: true });
6
+ dotenv.config({ path: ".env", quiet: true });
7
}
8
9
export default defineConfig({
0 commit comments