Skip to content

Commit

Permalink
Update webServer command in playwright.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
NebraskaCoder committed May 3, 2024
1 parent 7fb5dbe commit 10596d3
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 @@ -70,7 +70,7 @@ export default defineConfig({

/* Run your local dev server before starting the tests */
webServer: {
command: process.env.CI ? "npm run start" : "npm run dev",
command: "npm run start",
url: "http://127.0.0.1:3000",
reuseExistingServer: !process.env.CI,
},
Expand Down

0 comments on commit 10596d3

Please sign in to comment.