diff --git a/template/config/playwright/playwright.config.js b/template/config/playwright/playwright.config.js index ad20dabc..92075cc1 100644 --- a/template/config/playwright/playwright.config.js +++ b/template/config/playwright/playwright.config.js @@ -1,3 +1,4 @@ +import process from 'node:process' import { defineConfig, devices } from '@playwright/test' /**