selenium: stop running extensions/skins specs
authorAntoine Musso <hashar@free.fr>
Thu, 25 Jul 2019 23:34:13 +0000 (01:34 +0200)
committerJames D. Forrester <jforrester@wikimedia.org>
Fri, 26 Jul 2019 04:43:08 +0000 (21:43 -0700)
commit2daa2a7de1ea11b54f7e7622353ad6245bf8e346
tree58729da0865f823dc82eade0e68a7f72d1b29345
parentf577358f43dce10e036425080e84b5931394c59c
selenium: stop running extensions/skins specs

So that we can use different framework and let developers easily upgrade
webdriver.io, selenium tests for extensions and skins must now be run
directly at the root of the extension or skin:

  cd extensions/Foobar
  npm install
  npm run-script selenium-test

All repositories had the entry point introduced and Quibble 0.0.34
supports that new scheme. Thus Wikimedia CI runs extensions / skins
tests twice: once via mediawiki/core and once via the 'selenium-test'
script.

Remove the glob specs for extensions / skins from wdio.conf.

Bug: T199116
Change-Id: If19db4e45b56989e2c15240a9ed0e8a55a940fb9
tests/selenium/wdio.conf.js