2024-08-13 14:50:07 +03:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "Dashboard",
|
2024-08-28 19:17:48 +03:00
|
|
|
"runtimeExecutable": "pnpm",
|
2024-09-06 17:29:26 +03:00
|
|
|
"runtimeArgs": ["run", "--filter", "enso-dashboard", "dev"],
|
|
|
|
"outputCapture": "std"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "Dashboard (Electron, Linux)",
|
|
|
|
"runtimeExecutable": "pnpm",
|
|
|
|
"runtimeArgs": ["run", "--filter", "enso", "watch:linux"],
|
|
|
|
"outputCapture": "std"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "Dashboard (Electron, macOS)",
|
|
|
|
"runtimeExecutable": "pnpm",
|
|
|
|
"runtimeArgs": ["run", "--filter", "enso", "watch:macos"],
|
|
|
|
"outputCapture": "std"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "Dashboard (Electron, Windows)",
|
|
|
|
"runtimeExecutable": "pnpm",
|
|
|
|
"runtimeArgs": ["run", "--filter", "enso", "watch:windows"],
|
|
|
|
"outputCapture": "std"
|
2024-08-13 14:50:07 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "GUI",
|
2024-08-28 19:17:48 +03:00
|
|
|
"runtimeExecutable": "pnpm",
|
2024-09-06 17:29:26 +03:00
|
|
|
"runtimeArgs": ["dev:gui"],
|
|
|
|
"outputCapture": "std"
|
2024-08-13 14:50:07 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "GUI (Storybook)",
|
2024-08-28 19:17:48 +03:00
|
|
|
"runtimeExecutable": "pnpm",
|
2024-09-06 17:29:26 +03:00
|
|
|
"runtimeArgs": ["run", "--filter", "enso-gui2", "story:dev"],
|
|
|
|
"outputCapture": "std"
|
2024-08-13 14:50:07 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "Dashboard (Build)",
|
2024-08-28 19:17:48 +03:00
|
|
|
"runtimeExecutable": "pnpm",
|
2024-09-06 17:29:26 +03:00
|
|
|
"runtimeArgs": ["build:gui"],
|
|
|
|
"outputCapture": "std"
|
2024-08-13 14:50:07 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "Dashboard (E2E UI)",
|
2024-08-28 19:17:48 +03:00
|
|
|
"runtimeExecutable": "pnpm",
|
2024-09-27 10:05:10 +03:00
|
|
|
"runtimeArgs": ["run", "--filter", "enso-dashboard", "test-dev:e2e"],
|
2024-09-06 17:29:26 +03:00
|
|
|
"outputCapture": "std"
|
2024-08-13 14:50:07 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "GUI (E2E UI)",
|
2024-08-28 19:17:48 +03:00
|
|
|
"runtimeExecutable": "pnpm",
|
2024-09-06 17:29:26 +03:00
|
|
|
"runtimeArgs": ["run", "--filter", "enso-gui2", "test:e2e", "--", "--ui"],
|
|
|
|
"outputCapture": "std"
|
2024-08-13 14:50:07 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "Dashboard (All tests)",
|
2024-08-28 19:17:48 +03:00
|
|
|
"runtimeExecutable": "pnpm",
|
2024-09-06 17:29:26 +03:00
|
|
|
"runtimeArgs": ["run", "--filter", "enso-dashboard", "test"],
|
|
|
|
"outputCapture": "std"
|
2024-08-13 14:50:07 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "Dashboard (E2E tests)",
|
2024-08-28 19:17:48 +03:00
|
|
|
"runtimeExecutable": "pnpm",
|
|
|
|
"runtimeArgs": ["run", "--filter", "enso-dashboard", "test:e2e"],
|
2024-08-13 14:50:07 +03:00
|
|
|
"outputCapture": "std"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "Dashboard (Unit tests)",
|
2024-08-28 19:17:48 +03:00
|
|
|
"runtimeExecutable": "pnpm",
|
|
|
|
"runtimeArgs": ["run", "--filter", "enso-dashboard", "test:unit"],
|
2024-08-13 14:50:07 +03:00
|
|
|
"outputCapture": "std"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "GUI (All tests)",
|
2024-08-28 19:17:48 +03:00
|
|
|
"runtimeExecutable": "pnpm",
|
|
|
|
"runtimeArgs": ["run", "--filter", "enso-gui2", "test"]
|
2024-08-13 14:50:07 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "GUI (E2E tests)",
|
2024-08-28 19:17:48 +03:00
|
|
|
"runtimeExecutable": "pnpm",
|
|
|
|
"runtimeArgs": ["run", "--filter", "enso-gui2", "test:e2e"],
|
2024-08-13 14:50:07 +03:00
|
|
|
"outputCapture": "std"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "GUI (Unit tests)",
|
2024-08-28 19:17:48 +03:00
|
|
|
"runtimeExecutable": "pnpm",
|
|
|
|
"runtimeArgs": ["run", "--filter", "enso-gui2", "test:unit", "--", "run"],
|
2024-08-13 14:50:07 +03:00
|
|
|
"outputCapture": "std"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|