fix: playwright ->npm run dev -p 3000
This commit is contained in:
@@ -33,7 +33,7 @@ export default defineConfig({
|
||||
projects: [{ name: "chromium", use: { ...devices["Desktop Chrome"] } }],
|
||||
|
||||
webServer: {
|
||||
command: "npm run build && npm run start -p 3000",
|
||||
command: "npm run start -p 3000",
|
||||
url: process.env.E2E_BASE_URL || "http://localhost:3000",
|
||||
reuseExistingServer: !CI,
|
||||
timeout: 120_000,
|
||||
|
||||
Reference in New Issue
Block a user