mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
integration-test: Set up development server
This commit is contained in:
parent
2e56db6475
commit
d1f4d99c19
@ -31,6 +31,14 @@ export default defineConfig({
|
|||||||
trace: 'on-first-retry',
|
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 */
|
/* Configure projects for major browsers */
|
||||||
projects: [
|
projects: [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user