From: Ċ½eljko Filipin Date: Fri, 25 Aug 2017 14:51:05 +0000 (+0200) Subject: Run Selenium tests for skins X-Git-Tag: 1.31.0-rc.0~2275^2 X-Git-Url: https://git.heureux-cyclage.org/w/index.php?a=commitdiff_plain;h=9ce486e3801502465e3166458137cd08cd6b4654;p=lhc%2Fweb%2Fwiklou.git Run Selenium tests for skins So far, only extension had Selenium tests, but now MinervaNeue skin also has them. Bug: T174018 Change-Id: I6bac14f44e677cb0b1fdefc6474d08fb17a0b911 --- diff --git a/tests/selenium/wdio.conf.js b/tests/selenium/wdio.conf.js index f3e48777e1..32a771242b 100644 --- a/tests/selenium/wdio.conf.js +++ b/tests/selenium/wdio.conf.js @@ -48,7 +48,8 @@ exports.config = { specs: [ relPath( './tests/selenium/specs/**/*.js' ), relPath( './extensions/*/tests/selenium/specs/**/*.js' ), - relPath( './extensions/VisualEditor/modules/ve-mw/tests/selenium/specs/**/*.js' ) + relPath( './extensions/VisualEditor/modules/ve-mw/tests/selenium/specs/**/*.js' ), + relPath( './skins/*/tests/selenium/specs/**/*.js' ), ], // Patterns to exclude. exclude: [