Skip to content

Commit

Permalink
starts localhost on test run
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Antonelli committed Aug 19, 2024
1 parent d7ba897 commit 791e879
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ export default defineConfig({
// },
],

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

0 comments on commit 791e879

Please sign in to comment.