X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=package.json;h=f448edb90c75b5e40a9c4f6e4007da90cde26282;hb=c3878c08b5275123972354ba5479d3315c4fefb4;hp=2105e0f4d6fc267155edf4ee60c119ce2b737cf2;hpb=6f3786a57d6a27befcb8f04281e2786ace6a1dc3;p=lhc%2Fweb%2Fwiklou.git diff --git a/package.json b/package.json index 2105e0f4d6..f448edb90c 100644 --- a/package.json +++ b/package.json @@ -6,21 +6,21 @@ "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.11.0", + "eslint-config-wikimedia": "0.12.0", "grunt": "1.0.4", "grunt-banana-checker": "0.7.0", "grunt-contrib-copy": "1.0.0", "grunt-contrib-watch": "1.1.0", "grunt-eslint": "21.0.0", - "grunt-jsonlint": "1.1.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", @@ -31,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"