Go to file
vidhi-mody e4f2b070c1 Selenium: Update to WebdriverIO v5
Update NPM packages: webdriverio, wdio-mediawiki.
Update ESlint configuration.

Replace NPM packages:
- wdio-mocha-framework with @wdio/mocha-framework.
- wdio-spec-reporter with @wdio/spec-reporter.

New NPM packages: @wdio/cli, @wdio/local-runner, @wdio/sync.

Replace:
- `browser.element` with `$`.
- `chromeOptions` with `'goog:chromeOptions'`.
- `password` with `mwPwd`.
- `username` with `mwUser`.
- `isVisible()` with `isDisplayed()`.

Bug: T250685
Change-Id: Ic8b49974c05f88a2010c118198b49ee10c175c68
2020-05-27 23:05:51 +05:30
.phan build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 2019-05-19 12:51:24 +00:00
i18n Localisation updates from https://translatewiki.net. 2020-05-13 08:43:23 +02:00
includes Use QUnitTestModule instead of deprecated ResourceLoaderTestModules 2020-05-11 19:53:57 +00:00
resources Don't try to register "" as a style path, that breaks ResourceLoader 2020-03-19 15:24:20 +00:00
tests Selenium: Update to WebdriverIO v5 2020-05-27 23:05:51 +05:30
.eslintrc.json build: Updating dependencies 2020-01-15 06:11:54 +00:00
.gitignore build: Upgrade eslint-config-wikimedia from 0.10.1 to 0.11.0 2019-04-03 16:21:00 -07:00
.gitreview Whoops, track not trace 2016-10-24 17:03:27 -07:00
.phpcs.xml Improve param docs 2020-02-29 22:38:00 +01:00
.stylelintrc.json build: Update 'stylelint-config-wikimedia' to v0.5.0 and make pass 2019-01-16 19:26:36 -08:00
CODE_OF_CONDUCT.md build: Updating mediawiki/phan-taint-check-plugin to 1.3.0 2018-08-19 15:55:19 +00:00
composer.json build: Updating dependencies 2020-04-24 20:36:36 +00:00
COPYING Add COPYING 2020-05-01 17:48:42 +01:00
extension.json extension.json: Simplify hook calls as we only ever use one 2020-05-11 19:55:03 +00:00
Gruntfile.js build: Updating dependencies 2020-01-15 06:11:54 +00:00
HISTORY Release 2.1.0 2015-12-14 09:40:11 -08:00
package-lock.json Selenium: Update to WebdriverIO v5 2020-05-27 23:05:51 +05:30
package.json Selenium: Update to WebdriverIO v5 2020-05-27 23:05:51 +05:30
README Add simple README 2015-11-23 23:10:02 +05:00
RelatedArticles.i18n.magic.php Add Korean localisation 2019-12-11 20:51:26 +09:00
RelatedArticles.php Use extension registration 2015-10-07 15:54:07 +01:00

For information on how to install and use this extension, please see:
    <https://www.mediawiki.org/wiki/Extension:RelatedArticles>