We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56490dc commit 75f8db7Copy full SHA for 75f8db7
1 file changed
frontend/playwright.config.ts
@@ -1,13 +1,5 @@
1
import { defineConfig, devices } from "@playwright/test";
2
3
-/**
4
- * Read environment variables from file.
5
- * https://github.com/motdotla/dotenv
6
- */
7
-// import dotenv from 'dotenv';
8
-// import path from 'path';
9
-// dotenv.config({ path: path.resolve(__dirname, '.env') });
10
-
11
/**
12
* See https://playwright.dev/docs/test-configuration.
13
*/
0 commit comments