svelte / example /playwright.config.ts
Christopher S. Dunham
Init proper
3b5dd0a
raw
history blame
179 Bytes
import { defineConfig } from '@playwright/test';
export default defineConfig({
webServer: {
command: 'npm run build && npm run preview',
port: 4173
},
testDir: 'e2e'
});