Skip to content

Commit

Permalink
Run e2e tests on local host and not a fixed ipv4
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon committed Aug 17, 2024
1 parent 1803822 commit 9a13075
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 @@ -28,7 +28,7 @@ const config: PlaywrightTestConfig = {
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {
/* Base URL to use in actions like `await page.goto('/')`. */
baseURL: 'http://127.0.0.1:3001/',
baseURL: 'http://localhost:3001/',

/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',
Expand Down

0 comments on commit 9a13075

Please sign in to comment.