mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-12-11 16:16:13 +00:00
e4f2b070c1
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
16 lines
184 B
JSON
16 lines
184 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/server",
|
|
"wikimedia/language/es2017"
|
|
],
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"globals": {
|
|
"mw": false,
|
|
"browser": false,
|
|
"$": false
|
|
}
|
|
}
|