Skip to content

Commit

Permalink
extend wait for webserver to start
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenkilbourn committed Sep 27, 2024
1 parent 77d0a56 commit 8f76d02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ export default defineConfig({

/* Run your local dev server before starting the tests */
webServer: {
timeout: 6 * 60 * 1000,
command: 'yarn serve',
url: 'http://localhost:9000',
reuseExistingServer: !process.env.CI,
stdout: 'pipe'
},
});

0 comments on commit 8f76d02

Please sign in to comment.