mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-15 03:34:10 +00:00
42da15f63a
selenium-daily now just calls selenium-test. Environment variables are set up in the Jenkins job, so they are removed. selenium-daily might seem redundant, but it provides flexibility. In case a repository does not want to run all tests daily, that's easily fixed by updating the selenium-daily script. Bug: T188742 Change-Id: I7dba2c80ab8de641a012aa92bbd8453bc24c7b14
24 lines
590 B
JSON
24 lines
590 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"selenium-daily": "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"
|
|
}
|
|
}
|