Skip to content

Commit

Permalink
trying switch to port
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota002 committed Jul 11, 2024
1 parent 67e7c2e commit 016a851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: {
command: 'npm run dev',
url: 'http://localhost:3333',
port: 3333,
reuseExistingServer: !process.env.CI,
stdout: 'pipe',
timeout: 300 * 1000, // 300 Seconds timeout on webServer
Expand Down

0 comments on commit 016a851

Please sign in to comment.