mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 18:29:50 +00:00
26e413e04d
Porting first selenium test from Ruby to Node.js using the mocha framework. Starting with `category.feature` test. Tests are placed in a new `tests/selenium` folder with their own eslint config. Bug: T190710 Change-Id: Iad954405a5ae0608fd5dc90dd5dfa434b3781037
19 lines
228 B
JSON
19 lines
228 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/server"
|
|
],
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"globals": {
|
|
"browser": false,
|
|
"$": "readonly",
|
|
"mw": false
|
|
},
|
|
"rules": {
|
|
"camelcase": "off",
|
|
"no-restricted-syntax": "off"
|
|
}
|
|
}
|