Was first attempted inf1eaa06d5e, and reverted in0b3fe4fe8c. Now this is done in eslint-config-wikimedia for all repos. Change-Id: I9ee735eef40085b6373b565838d67e186e438657
45 lines
1.5 KiB
JSON
45 lines
1.5 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"api-testing": "npm run api-testing-lint && mocha --timeout 0 --recursive tests/api-testing",
|
|
"api-testing-lint": "eslint --cache --max-warnings 0 tests/api-testing/**",
|
|
"build": "grunt minify",
|
|
"test": "grunt lint && npm run doc",
|
|
"qunit": "grunt qunit",
|
|
"doc": "jsduck",
|
|
"postdoc": "grunt copy:jsduck",
|
|
"selenium": "bash ./tests/selenium/selenium.sh",
|
|
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily",
|
|
"selenium-test": "wdio ./tests/selenium/wdio.conf.js"
|
|
},
|
|
"devDependencies": {
|
|
"@wdio/cli": "5.13.2",
|
|
"@wdio/devtools-service": "5.13.2",
|
|
"@wdio/dot-reporter": "5.13.2",
|
|
"@wdio/junit-reporter": "5.13.2",
|
|
"@wdio/local-runner": "5.13.2",
|
|
"@wdio/mocha-framework": "5.13.2",
|
|
"@wdio/sauce-service": "5.13.2",
|
|
"@wdio/sync": "5.13.2",
|
|
"api-testing": "1.0.3",
|
|
"eslint-config-wikimedia": "0.15.3",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.8.1",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-karma": "3.0.2",
|
|
"grunt-stylelint": "0.14.0",
|
|
"grunt-svgmin": "5.0.0",
|
|
"karma": "4.4.1",
|
|
"karma-chrome-launcher": "3.1.0",
|
|
"karma-firefox-launcher": "1.3.0",
|
|
"karma-mocha-reporter": "2.2.5",
|
|
"karma-qunit": "4.0.0",
|
|
"postcss-less": "2.0.0",
|
|
"qunit": "2.9.3",
|
|
"stylelint-config-wikimedia": "0.9.0",
|
|
"wdio-mediawiki": "file:tests/selenium/wdio-mediawiki",
|
|
"webdriverio": "5.13.2"
|
|
}
|
|
}
|