X-Git-Url: https://git.cyclocoop.org/%20%27.%28%24debut%20%20%20%24par_page%29.%27?a=blobdiff_plain;f=package.json;h=f448edb90c75b5e40a9c4f6e4007da90cde26282;hb=c3878c08b5275123972354ba5479d3315c4fefb4;hp=b8ac75e7e96a1e5b66b435603cc9af897491a763;hpb=29e31e460aa24e7ce5a360a85170ae9e807ee9d7;p=lhc%2Fweb%2Fwiklou.git diff --git a/package.json b/package.json index b8ac75e7e9..f448edb90c 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ "qunit": "grunt qunit", "doc": "jsduck", "postdoc": "grunt copy:jsduck", - "selenium": "bash ./tests/selenium/selenium.sh", - "selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily", - "selenium-test": "wdio ./tests/selenium/wdio.conf.js" + "selenium": "echo 'ALL SELENIUM TESTING IS TEMPORARILY DISABLED T222406' # bash ./tests/selenium/selenium.sh", + "selenium-daily": "echo 'ALL SELENIUM TESTING IS TEMPORARILY DISABLED T222406' npm run selenium-test -- --mochaOpts.grep @daily", + "selenium-test": "echo 'ALL SELENIUM TESTING IS TEMPORARILY DISABLED T222406' wdio ./tests/selenium/wdio.conf.js" }, "devDependencies": { "eslint-config-wikimedia": "0.12.0", @@ -17,9 +17,10 @@ "grunt-contrib-copy": "1.0.0", "grunt-contrib-watch": "1.1.0", "grunt-eslint": "21.0.0", - "grunt-karma": "3.0.0", + "grunt-karma": "3.0.2", "grunt-stylelint": "0.10.1", "grunt-svgmin": "5.0.0", + "jpeg-js": "0.3.5", "karma": "3.1.4", "karma-chrome-launcher": "2.2.0", "karma-firefox-launcher": "1.1.0", @@ -30,7 +31,6 @@ "stylelint-config-wikimedia": "0.5.0", "wdio-junit-reporter": "0.2.0", "wdio-mediawiki": "file:tests/selenium/wdio-mediawiki", - "wdio-mocha-framework": "0.5.13", "wdio-sauce-service": "0.3.1", "wdio-spec-reporter": "0.0.5", "webdriverio": "4.12.0"