diff --git a/playwright.config.ts b/playwright.config.ts index af9e22c..a53cf7f 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -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, + }, });