mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-08 22:09:52 -06:00
integration-test: Set up development server
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user