HardingConstruction/playwright.config.js
2025-02-13 11:33:35 -05:00

11 lines
179 B
JavaScript

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