Skip to content

Commit

Permalink
update web server command in Playwright config to use 'npm run dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway committed Dec 19, 2024
1 parent af1a01d commit 91e195d
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 @@ -62,7 +62,7 @@ export default defineConfig({

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

0 comments on commit 91e195d

Please sign in to comment.