X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=package.json;h=8fec026130ac490456e2ab335891cc4565e02e75;hp=f448edb90c75b5e40a9c4f6e4007da90cde26282;hb=eecc04472a0050093928bc48e0c789e99ce93e65;hpb=bf078d811470335d2426a65651e70a202c81fded diff --git a/package.json b/package.json index f448edb90c..8fec026130 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ "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", @@ -31,6 +31,7 @@ "stylelint-config-wikimedia": "0.5.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"