mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-14 18:15:19 +00:00
0593278d05
The first test just opens the page for editing and checks if it opened. Bug: T284165 Change-Id: Ifffaf3e5ab14811605d96fcdcfdc1f773880e52c
15 lines
448 B
JSON
15 lines
448 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "run select spec",
|
|
"type": "node",
|
|
"request": "launch",
|
|
"args": ["modules/ve-mw/tests/selenium/wdio.conf.js", "--spec", "${file}"],
|
|
"cwd": "${workspaceFolder}",
|
|
"autoAttachChildProcesses": true,
|
|
"program": "${workspaceRoot}/node_modules/@wdio/cli/bin/wdio.js",
|
|
"console": "integratedTerminal"
|
|
}
|
|
]
|
|
} |