mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-11 16:58:38 +00:00
a95a7b6bc2
The `webdriverio` package does not need to be an explicit dependency. It is a dependency of `@wdio/cli`. Bug: T325059 Change-Id: I772e7680ba1235e896651fa15b25cd8bc976bde1
33 lines
876 B
JSON
33 lines
876 B
JSON
{
|
|
"name": "Math",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"selenium-daily": "npm run selenium-test",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
|
"api-testing": "mocha tests/api-testing",
|
|
"build": " ./maintenance/buildPHPparser.js"
|
|
},
|
|
"devDependencies": {
|
|
"@wdio/cli": "7.16.13",
|
|
"@wdio/dot-reporter": "7.16.13",
|
|
"@wdio/junit-reporter": "7.16.13",
|
|
"@wdio/local-runner": "7.16.13",
|
|
"@wdio/mocha-framework": "7.16.13",
|
|
"@wdio/spec-reporter": "7.16.13",
|
|
"api-testing": "1.5.0",
|
|
"commander": "^9.4.1",
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.5.3",
|
|
"grunt-banana-checker": "0.10.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"grunt-stylelint": "0.18.0",
|
|
"mocha": "^7.1.1",
|
|
"stylelint-config-wikimedia": "0.13.0",
|
|
"wdio-mediawiki": "2.1.0",
|
|
"peggy": "1.0.0",
|
|
"phpeggy": "^1.0.1"
|
|
}
|
|
}
|