kepler-chat/playwright.config.ts
Thomas G. Lopes f63c0b0ba0
api keys (#3)
Co-authored-by: Aidan Bleser <aidanbleser35@gmail.com>
2025-06-14 04:40:01 -07:00

9 lines
180 B
TypeScript

import { defineConfig } from '@playwright/test';
export default defineConfig({
webServer: {
command: 'npm run build && npm run preview',
port: 4173,
},
testDir: 'e2e',
});