Playwright_Java_Web_Testing/globalSetup.js

5 lines
78 B
JavaScript

import * as dotenv from "dotenv"
export default () => {
dotenv.config()
}