Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@corradin
Created January 24, 2022 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corradin/998f03af89f69aa586c40b4ca6648d52 to your computer and use it in GitHub Desktop.
Save corradin/998f03af89f69aa586c40b4ca6648d52 to your computer and use it in GitHub Desktop.
import { PlaywrightTestConfig } from '@playwright/test';
import dotenv from 'dotenv';
dotenv.config();
const config: PlaywrightTestConfig = { ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment