Skip to content

Commit 314e39f

Browse files
committed
chore: update
1 parent 064f5ba commit 314e39f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/playwright.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,19 @@ export default defineConfig({
1414
{
1515
command: 'cd ../examples/module-federation && npm run dev:host',
1616
url: 'http://localhost:3000',
17+
reuseExistingServer: !process.env.CI,
1718
timeout: 120 * 1000,
1819
},
1920
{
2021
command: 'cd ../examples/module-federation && npm run serve:lib',
2122
url: 'http://localhost:3001',
23+
reuseExistingServer: !process.env.CI,
2224
timeout: 120 * 1000,
2325
},
2426
{
2527
command: 'cd ../examples/module-federation && npm run dev:remote',
2628
url: 'http://localhost:3002',
29+
reuseExistingServer: !process.env.CI,
2730
timeout: 120 * 1000,
2831
},
2932
],

0 commit comments

Comments
 (0)