We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294678e commit 11c9c57Copy full SHA for 11c9c57
assets/playwright.config.ts
@@ -5,6 +5,7 @@ import { defineConfig, devices } from '@playwright/test';
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
/**
0 commit comments