Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 committed Dec 23, 2024
1 parent afae259 commit 05d3d98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,19 @@ export default defineConfig({
{
command: 'cd ../examples/module-federation && npm run dev:host',
url: 'http://localhost:3000',
reuseExistingServer: !process.env.CI,
timeout: 120 * 1000,
},
{
command: 'cd ../examples/module-federation && npm run serve:lib',
url: 'http://localhost:3001',
reuseExistingServer: !process.env.CI,
timeout: 120 * 1000,
},
{
command: 'cd ../examples/module-federation && npm run dev:remote',
url: 'http://localhost:3002',
reuseExistingServer: !process.env.CI,
timeout: 120 * 1000,
},
],
Expand Down

0 comments on commit 05d3d98

Please sign in to comment.