|
|
@@ -65,6 +65,14 @@
|
|
|
"runtimeArgs": ["run", "test", "desktop"],
|
|
|
"console": "integratedTerminal",
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "Test Browser",
|
|
|
+ "type": "node",
|
|
|
+ "request": "launch",
|
|
|
+ "runtimeExecutable": "npm",
|
|
|
+ "runtimeArgs": ["run", "test", "browser"],
|
|
|
+ "console": "integratedTerminal",
|
|
|
+ },
|
|
|
{
|
|
|
"name": "Test Backend",
|
|
|
"type": "debugpy",
|