initial
This commit is contained in:
5
web/tests/playwright.config.ts
Normal file
5
web/tests/playwright.config.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { defineConfig } from '@playwright/test';
|
||||
export default defineConfig({
|
||||
webServer: { command: 'npm run dev', port: 3000, cwd: 'web', reuseExistingServer: !process.env.CI },
|
||||
testDir: './e2e'
|
||||
});
|
||||
Reference in New Issue
Block a user