Skip to content

Commit 3207f54

Browse files
test(e2e): remove globalSetup port killing to avoid racing Playwright webServer; keep teardown only
1 parent eb1fb55 commit 3207f54

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

federated-css-react-ssr/playwright.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export default defineConfig({
3030
use: { ...devices['Desktop Chrome'] },
3131
},
3232
],
33-
globalSetup: './e2e/global-setup.ts',
3433
globalTeardown: './e2e/global-teardown.ts',
3534
webServer: [
3635
{

federated-css/playwright.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export default defineConfig({
3030
use: { ...devices['Desktop Chrome'] },
3131
},
3232
],
33-
globalSetup: './e2e/global-setup.ts',
3433
globalTeardown: './e2e/global-teardown.ts',
3534
webServer: [
3635
{

0 commit comments

Comments
 (0)