Page MenuHomeWickedGov Phorge

launch.json
No OneTemporary

Size
460 B
Referenced Files
None
Subscribers
None

launch.json

{
"version": "0.2.0",
"configurations": [
{
"name": "run select spec",
"type": "node",
"request": "launch",
"args": [
"tests/selenium/wdio.conf.js",
"--spec",
"${file}"
],
"cwd": "${workspaceFolder}",
"autoAttachChildProcesses": true,
"program": "${workspaceRoot}/node_modules/@wdio/cli/bin/wdio.js",
"console": "integratedTerminal"
}
]
}

File Metadata

Mime Type
application/json
Expires
Wed, Aug 19, 06:24 (1 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
6b/ff/dea00ea26bf8fd8736a0acbeafef
Default Alt Text
launch.json (460 B)

Event Timeline