mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-15 03:34:10 +00:00
9085447f52
The script is needed to run the new Docker-based Jenkins job that runs daily and targets beta cluster. Change-Id: Ia9ed4f7314570f886dabe7702418068971656aa5 Job: Math-npm-browser-run-selenium-daily-node-6-docker Bug: T188742
24 lines
691 B
JSON
24 lines
691 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"selenium-daily": "MEDIAWIKI_USER='Selenium user' MW_SERVER=https://en.wikipedia.beta.wmflabs.org:443 MW_SCRIPT_PATH=/w npm run selenium-test",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.5.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-eslint": "20.1.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.9.0",
|
|
"stylelint": "8.2.0",
|
|
"stylelint-config-wikimedia": "0.4.2",
|
|
"wdio-mediawiki": "0.1.7",
|
|
"wdio-mocha-framework": "0.5.8",
|
|
"wdio-spec-reporter": "0.0.5",
|
|
"webdriverio": "4.12.0"
|
|
}
|
|
}
|