hestia/playwright.config.ts
Benjamin Palko 783f0553f3 format
2024-12-19 21:00:31 -05:00

10 lines
181 B
TypeScript

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