hestia/playwright.config.ts
Baobeld 264f6d775d
create pr gate workflow (#22)
* create pr gate workflow

* try this
2024-12-19 22:53:12 -05:00

10 lines
No EOL
180 B
TypeScript

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