mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Add VSCode debugging configuration for an automated testing
This commit is contained in:
parent
44dbca5e05
commit
6b7cbd9d81
1 changed files with 17 additions and 0 deletions
17
.vscode/launch.json
vendored
17
.vscode/launch.json
vendored
|
|
@ -17,6 +17,23 @@
|
||||||
"outputCapture": "std",
|
"outputCapture": "std",
|
||||||
"port": 9229,
|
"port": 9229,
|
||||||
"timeout": 60000
|
"timeout": 60000
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "node",
|
||||||
|
"request": "launch",
|
||||||
|
"name": "Test: Node",
|
||||||
|
"runtimeExecutable": "meteor",
|
||||||
|
"runtimeArgs": [
|
||||||
|
"test",
|
||||||
|
"--inspect-brk=9229",
|
||||||
|
"--port=4040",
|
||||||
|
"--exclude-archs=web.browser.legacy,web.cordova",
|
||||||
|
"--driver-package=meteortesting:mocha",
|
||||||
|
"--settings=settings.json"
|
||||||
|
],
|
||||||
|
"outputCapture": "std",
|
||||||
|
"port": 9229,
|
||||||
|
"timeout": 60000
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"compounds": [
|
"compounds": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue