Skip to content

Commit

Permalink
try change url
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanak-michal committed May 16, 2024
1 parent dcbdeb3 commit 42169fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineConfig({
/* 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://localhost:3000',
baseURL: 'http://127.0.0.1:3000',
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',
},
Expand All @@ -43,7 +43,7 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: {
command: 'npm run start',
url: 'http://localhost:3000',
url: 'http://127.0.0.1:3000',
reuseExistingServer: !process.env.CI,
},
expect: {
Expand Down

0 comments on commit 42169fc

Please sign in to comment.