rtpunish-ui/playwright.config.ts
2024-11-12 13:28:13 +00:00

10 lines
179 B
TypeScript

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