Skip to content

Commit

Permalink
Start webserver if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther committed Jul 10, 2024
1 parent 0b4777d commit 15b9b78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ export default defineConfig({
],

/* Run your local dev server before starting the tests */
// webServer: {
// command: "npm run start",
// url: "http://127.0.0.1:3000/web-ide/",
// reuseExistingServer: !process.env.CI,
// },
webServer: {
command: "npm start",
url: "http://127.0.0.1:3000/web-ide/",
reuseExistingServer: !process.env.CI,
},
});

0 comments on commit 15b9b78

Please sign in to comment.