@wdio/dot-reporter that we currently use doesn't display much. For
example, it doesn't display skipped tests. It says 5 test suites are
executed, but that's a lie. 3 of those 5 suites are skipped.
@wdio/spec-reporter is more verbose but it actually outputs useful
information, like which tests are running, which are skipped.
This is a revert of aa7133ce86.
Bug: T280331
Change-Id: I7cef7d6a6d1b5e472622a81afc4f9a91523c1ca9
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"name": "core",
|
|
"private": true,
|
|
"scripts": {
|
|
"api-testing": "mocha --timeout 0 --recursive tests/api-testing",
|
|
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/src",
|
|
"lint": "grunt lint",
|
|
"test": "grunt lint && npm run doc",
|
|
"qunit": "grunt qunit",
|
|
"doc": "jsduck",
|
|
"postdoc": "grunt copy:jsduck",
|
|
"selenium-daily": "MW_SCRIPT_PATH=/w npm run selenium-test -- --suite daily --mochaOpts.grep @daily",
|
|
"selenium-test": "wdio ./tests/selenium/wdio.conf.js"
|
|
},
|
|
"devDependencies": {
|
|
"@wdio/cli": "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",
|
|
"dotenv": "8.2.0",
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.4.1",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"grunt-karma": "4.0.2",
|
|
"grunt-stylelint": "0.17.0",
|
|
"karma": "6.3.15",
|
|
"karma-chrome-launcher": "3.1.0",
|
|
"karma-firefox-launcher": "1.3.0",
|
|
"karma-mocha-reporter": "2.2.5",
|
|
"karma-qunit": "4.1.2",
|
|
"qunit": "2.18.0",
|
|
"stylelint-config-wikimedia": "0.12.1",
|
|
"svgo": "2.8.0",
|
|
"wdio-mediawiki": "file:tests/selenium/wdio-mediawiki",
|
|
"webdriverio": "7.16.13"
|
|
}
|
|
}
|