From 9e92bdbc5071af1d1cda59a0922de59bb9e0a7a7 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Thu, 11 Apr 2019 08:40:03 -0700 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 635d019..5bc83d3 100644 --- a/package.json +++ b/package.json @@ -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": {},