Run Minerva browser tests against the mobile domain

There doesn't seem to be an easy way to set Minerva as the
default skin for anonymous users, so this is probably the
best way to assure all actions happen in Minerva skin - not Vector
which is the default desktop skin!

Bug: T190710
Bug: T220658
Change-Id: I6912db022cdea1adad1e3842af23602e50969f63
This commit is contained in:
jdlrobson 2019-04-11 08:40:03 -07:00 committed by Jdlrobson
parent cbea4fabd5
commit 9e92bdbc50
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"test": "grunt test && npm run doc && dev-scripts/svg_check.sh",
"doc": "jsdoc -c jsdoc.json",
"selenium-test-cucumber": "wdio tests/selenium/wdio.conf.cucumber.js",
"selenium-daily": "npm run selenium-test",
"selenium-daily": "MW_SERVER=https://en.m.wikipedia.beta.wmflabs.org npm run selenium-test",
"selenium-test": "wdio tests/selenium/wdio.conf.js"
},
"dependencies": {},