Skip to content

Commit

Permalink
better indicator of the site being ready
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota002 committed Jul 11, 2024
1 parent 1fa6f21 commit 4384405
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',
url: 'http://localhost:3333/circulars',
reuseExistingServer: !process.env.CI,
timeout: 120 * 1000, // 120 Seconds timeout on webServer
},
Expand Down

0 comments on commit 4384405

Please sign in to comment.