integration-test: Set up development server

This commit is contained in:
Elian Doran 2024-08-14 23:03:36 +03:00
parent 2e56db6475
commit d1f4d99c19
No known key found for this signature in database

View File

@ -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: [
{