diff --git a/browser-test/playwright.config.js b/browser-test/playwright.config.js index 536e796e22..936d22c0ae 100644 --- a/browser-test/playwright.config.js +++ b/browser-test/playwright.config.js @@ -56,7 +56,7 @@ module.exports = defineConfig({ /* Run your local dev server before starting the tests */ webServer: { - command: 'npm run start', + command: 'node server.js', url: 'http://127.0.0.1:3000', reuseExistingServer: true, },