Skip to content

Commit

Permalink
test: remove port on config
Browse files Browse the repository at this point in the history
  • Loading branch information
diecodev committed May 8, 2024
1 parent a649ed0 commit 57fc2c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const config: PlaywrightTestConfig = {
webServer: {
command: "npm run dev",
cwd: "./test",
port: 5173,
url: "http://localhost:5173",
reuseExistingServer: !process.env.CI,
},
Expand Down

0 comments on commit 57fc2c7

Please sign in to comment.