fix: improve playwright config for Docker environment stability
This commit is contained in:
parent
bfc67fce09
commit
fb4778541c
|
|
@ -32,8 +32,9 @@ export default defineConfig({
|
||||||
|
|
||||||
webServer: {
|
webServer: {
|
||||||
command: "npm run dev",
|
command: "npm run dev",
|
||||||
url: "http://localhost:3000",
|
url: "http://localhost:3000/api/auth/session",
|
||||||
reuseExistingServer: true,
|
reuseExistingServer: true,
|
||||||
timeout: 120 * 1000,
|
timeout: 120 * 1000,
|
||||||
|
maxRetries: 3,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue