We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ba2df commit c6a65d0Copy full SHA for c6a65d0
1 file changed
testing/e2e/playwright.docker.config.ts
@@ -71,16 +71,19 @@ export default defineConfig({
71
webServer: [
72
{
73
command: 'true', // Dummy command since services are assumed running in Docker
74
+ reuseExistingServer: true,
75
timeout: 10_000,
76
url: `http://localhost:${appPort}/api/v1/setup`
77
},
78
79
80
81
82
url: `http://localhost:${gatewayPort}/api/healthcheck`
83
84
85
86
87
88
url: `http://localhost:${appPort}`
89
}
0 commit comments