mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-13 17:56:59 +00:00
5c37603c23
JUnit reporter is required to create the XML file that Jenkins uses to create Test Result Trend chart for selenium-daily-beta-Math job. Bug: T214686 Change-Id: Ic2373f3b89946cf191cfcb1dd9ed99608deb660c
27 lines
686 B
JSON
27 lines
686 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": "6.1.16",
|
|
"@wdio/junit-reporter": "6.11.0",
|
|
"@wdio/local-runner": "6.1.16",
|
|
"@wdio/mocha-framework": "6.1.14",
|
|
"@wdio/spec-reporter": "6.1.14",
|
|
"@wdio/sync": "6.1.14",
|
|
"eslint-config-wikimedia": "0.20.0",
|
|
"grunt": "1.3.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.0.0",
|
|
"webdriverio": "6.1.16"
|
|
}
|
|
}
|