X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=package.json;h=f9fe5cb62ec41c562044fd97d116c308547bb5bc;hb=fa2561e9e7c26f4e0f7212fdb1d643a40ee1b920;hp=f448edb90c75b5e40a9c4f6e4007da90cde26282;hpb=ed11415e690a33ad1120d82c33b1713ff84f9808;p=lhc%2Fweb%2Fwiklou.git diff --git a/package.json b/package.json index f448edb90c..f9fe5cb62e 100644 --- a/package.json +++ b/package.json @@ -6,19 +6,19 @@ "qunit": "grunt qunit", "doc": "jsduck", "postdoc": "grunt copy:jsduck", - "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" + "selenium": "bash ./tests/selenium/selenium.sh", + "selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily", + "selenium-test": "wdio ./tests/selenium/wdio.conf.js" }, "devDependencies": { - "eslint-config-wikimedia": "0.12.0", + "eslint-config-wikimedia": "0.13.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-karma": "3.0.2", - "grunt-stylelint": "0.10.1", + "grunt-stylelint": "0.11.0", "grunt-svgmin": "5.0.0", "jpeg-js": "0.3.5", "karma": "3.1.4", @@ -28,9 +28,10 @@ "karma-qunit": "2.1.0", "postcss-less": "2.0.0", "qunit": "2.9.1", - "stylelint-config-wikimedia": "0.5.0", + "stylelint-config-wikimedia": "0.6.0", "wdio-junit-reporter": "0.2.0", "wdio-mediawiki": "file:tests/selenium/wdio-mediawiki", + "wdio-mocha-framework": "0.6.4", "wdio-sauce-service": "0.3.1", "wdio-spec-reporter": "0.0.5", "webdriverio": "4.12.0"