mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
2abc4a9256
The script is needed for the new Docker-based Jenkins jobs (running daily and targeting beta cluster). Bug: T188742 Change-Id: I1cca2398857c693d9a8f4dbbb2cf9d25b5124f83
29 lines
817 B
JSON
29 lines
817 B
JSON
{
|
|
"name": "echo",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Build tools for Echo.",
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
|
"selenium-daily": "MEDIAWIKI_USER='Selenium user' MW_SERVER=https://en.wikipedia.beta.wmflabs.org:443 MW_SCRIPT_PATH=/w npm run selenium-test"
|
|
},
|
|
"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",
|
|
"grunt-svgmin": "5.0.0",
|
|
"stylelint": "8.2.0",
|
|
"stylelint-config-wikimedia": "0.4.2",
|
|
"wdio-mediawiki": "0.1.7",
|
|
"wdio-mocha-framework": "0.5.13",
|
|
"wdio-spec-reporter": "0.1.4",
|
|
"webdriverio": "4.12.0"
|
|
}
|
|
}
|