Skip to content

Commit

Permalink
try build
Browse files Browse the repository at this point in the history
  • Loading branch information
aefhm committed Feb 6, 2025
1 parent faf462c commit 869b81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
reporter: [['html'], ['list', { printSteps: true }]],
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {
baseURL: process.env.FRONTEND_URL || 'http://localhost:5173/',
baseURL: process.env.FRONTEND_URL || 'http://localhost:4173/',
trace: 'on-first-retry',
headless: false,
video: 'on',
Expand All @@ -41,7 +41,7 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: {
command: 'pnpm preview',
url: process.env.FRONTEND_URL || 'http://localhost:5173/',
url: process.env.FRONTEND_URL || 'http://localhost:4173/',
reuseExistingServer: !process.env.CI,
stdout: 'pipe',
stderr: 'pipe',
Expand Down

0 comments on commit 869b81d

Please sign in to comment.