We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e7048 commit 8a691f7Copy full SHA for 8a691f7
1 file changed
apps/web/playwright.config.ts
@@ -1,3 +1,4 @@
1
+/// <reference types="node" />
2
import { defineConfig, devices } from '@playwright/test';
3
4
const BASE_URL = 'http://localhost:5173/editor.html';
@@ -24,7 +25,7 @@ export default defineConfig({
24
25
},
26
],
27
webServer: {
- command: 'npx vite --mode test',
28
+ command: 'npx vite --port 5173 --strictPort --mode test',
29
url: BASE_URL,
30
reuseExistingServer: !process.env.CI,
31
0 commit comments