Skip to content

Instantly share code, notes, and snippets.

View kenotron's full-sized avatar
🐽

Kenneth Chau kenotron

🐽
  • Microsoft
View GitHub Profile
@kenotron
kenotron / playwright.config.js
Last active October 18, 2023 03:17
Playwright Github Workflow
import { defineConfig, devices } from "@playwright/test";
import { generateTestDatabaseUrl } from "~/db/generate-test-url";
import 'dotenv/config';
/**
* Read environment variables from file.
* https://github.com/motdotla/dotenv
*/
// require('dotenv').config();