mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 15:44:33 +00:00
e371e23dc1
wdio-mediawiki v1.1.1: - Includes wdio-defaults.conf.js file that vastly simplifies wdio.conf.js. - Replaces @wdio/spec-reporter with @wdio/dot-reporter. - Introduces video recording. Bug: T283597 Change-Id: Id488159c2a5b12d1b44a7037fa3038a2a541b2f1
27 lines
678 B
JSON
27 lines
678 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"selenium-daily": "npm run selenium-test",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
|
},
|
|
"devDependencies": {
|
|
"@wdio/cli": "7.5.3",
|
|
"@wdio/junit-reporter": "7.5.3",
|
|
"@wdio/local-runner": "7.5.3",
|
|
"@wdio/mocha-framework": "7.5.3",
|
|
"@wdio/dot-reporter": "7.5.3",
|
|
"@wdio/sync": "7.5.3",
|
|
"eslint-config-wikimedia": "0.20.0",
|
|
"grunt": "1.4.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"mocha": "^7.1.1",
|
|
"stylelint-config-wikimedia": "0.10.3",
|
|
"wdio-mediawiki": "1.1.1",
|
|
"webdriverio": "7.5.3"
|
|
}
|
|
}
|