From d1f4d99c19569b7dc8692a1a530d4471bb772a58 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 14 Aug 2024 23:03:36 +0300 Subject: [PATCH] integration-test: Set up development server --- playwright.config.ts | 8 ++++++++ 1 file changed, 8 insertions(+) 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: [ {