mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-12-19 03:20:44 +00:00
e9179d5577
Change-Id: I122553868da7515bd46d8115549fa5a116ac660f
28 lines
905 B
JSON
28 lines
905 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
|
"test": "npm -s run lint",
|
|
"lint": "npm -s run lint:js && npm -s run lint:styles && npm -s run lint:i18n",
|
|
"lint:fix:js": "npm -s run lint:js -- --fix",
|
|
"lint:fix:styles": "npm -s run lint:styles -- --fix",
|
|
"lint:js": "eslint --cache .",
|
|
"lint:styles": "stylelint \"**/*.{less,css}\"",
|
|
"lint:i18n": "banana-checker --requireLowerCase=0 i18n/"
|
|
},
|
|
"devDependencies": {
|
|
"@wdio/cli": "7.4.6",
|
|
"@wdio/dot-reporter": "7.4.2",
|
|
"@wdio/junit-reporter": "7.4.2",
|
|
"@wdio/local-runner": "7.4.6",
|
|
"@wdio/mocha-framework": "7.4.6",
|
|
"@wdio/sync": "7.4.6",
|
|
"eslint-config-wikimedia": "0.20.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"stylelint-config-wikimedia": "0.11.1",
|
|
"wdio-mediawiki": "1.1.1",
|
|
"webdriverio": "7.4.6"
|
|
}
|
|
}
|