Merge "Selenium: Simplify selenium-daily NPM script"

This commit is contained in:
jenkins-bot 2018-09-11 10:00:04 +00:00 committed by Gerrit Code Review
commit 609b2811ac

View file

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"scripts": { "scripts": {
"selenium-daily": "MEDIAWIKI_USER='Selenium user' MW_SERVER=https://en.wikipedia.beta.wmflabs.org npm run selenium-test", "selenium-daily": "npm run selenium-test",
"selenium-test": "wdio tests/selenium/wdio.conf.js", "selenium-test": "wdio tests/selenium/wdio.conf.js",
"test": "grunt test" "test": "grunt test"
}, },