mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
9903581028
WebdriverIO has dropped support of sync mode due to breaking changes in Chromium, hence all tests of Echo have been changed to async. Bug: T293073 Change-Id: I8327d33c99e495b109d97df7b525181dfc41c18d
31 lines
853 B
JSON
31 lines
853 B
JSON
{
|
|
"name": "echo",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Build tools for Echo.",
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck",
|
|
"minify-svg": "svgo --config=.svgo.config.js -q -r -f modules/icons/",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
|
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily"
|
|
},
|
|
"devDependencies": {
|
|
"@wdio/cli": "7.4.6",
|
|
"@wdio/dot-reporter": "7.4.2",
|
|
"@wdio/junit-reporter": "7.4.2",
|
|
"@wdio/local-runner": "7.16.11",
|
|
"@wdio/mocha-framework": "7.13.2",
|
|
"eslint-config-wikimedia": "0.21.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",
|
|
"stylelint-config-wikimedia": "0.11.1",
|
|
"svgo": "2.3.1",
|
|
"wdio-mediawiki": "2.0.0",
|
|
"webdriverio": "6.1.16"
|
|
}
|
|
}
|