Skip to content

Commit c6a65d0

Browse files
Update testing/e2e/playwright.docker.config.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 39ba2df commit c6a65d0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

testing/e2e/playwright.docker.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,19 @@ export default defineConfig({
7171
webServer: [
7272
{
7373
command: 'true', // Dummy command since services are assumed running in Docker
74+
reuseExistingServer: true,
7475
timeout: 10_000,
7576
url: `http://localhost:${appPort}/api/v1/setup`
7677
},
7778
{
7879
command: 'true', // Dummy command since services are assumed running in Docker
80+
reuseExistingServer: true,
7981
timeout: 10_000,
8082
url: `http://localhost:${gatewayPort}/api/healthcheck`
8183
},
8284
{
8385
command: 'true', // Dummy command since services are assumed running in Docker
86+
reuseExistingServer: true,
8487
timeout: 10_000,
8588
url: `http://localhost:${appPort}`
8689
}

0 commit comments

Comments
 (0)