We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f049162 commit 06b83b2Copy full SHA for 06b83b2
playwright.config.ts
@@ -3,7 +3,7 @@ import type { PlaywrightTestConfig } from '@playwright/test'
3
const config: PlaywrightTestConfig = {
4
webServer: {
5
command: 'npm run build && npm run preview',
6
- port: 3000,
+ port: 4173,
7
},
8
}
9
0 commit comments