mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-12 16:05:33 +00:00
53d849b3c9
Until now, Echo tests had to be run from mediawiki/core folder. Add an independant 'npm run selenium-test' entry point for local development. It comes with a minimal wdio.conf.js file that contains only non-default settings, and runs only specs from this extension. This also makes it so that screenshots are saved to this repo's log directory instead of core's. Bug: T171848 Change-Id: I1396f8d856c6cb1ad9818abf4ba09a4fcefdcfdc
15 lines
160 B
JSON
15 lines
160 B
JSON
{
|
|
"extends": "wikimedia",
|
|
"env": {
|
|
"es6": true,
|
|
"mocha": true,
|
|
"node": true
|
|
},
|
|
"globals": {
|
|
"browser": false
|
|
},
|
|
"rules": {
|
|
"no-console": 0
|
|
}
|
|
}
|