diff --git a/playwright.config.ts b/playwright.config.ts index 12420d3a5..d26fcf86c 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -31,6 +31,14 @@ export default defineConfig({ trace: 'on-first-retry', }, + webServer: { + command: "npm run integration-mem-db", + url: "http://127.0.0.1:8082", + reuseExistingServer: false, + stdout: "ignore", + stderr: "pipe" + }, + /* Configure projects for major browsers */ projects: [ {