mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 11:40:43 +00:00
Compatibility with standalone chromedriver
I don't understand how others are running the tests, but I need this configuration in order to run. They also appear in the mediawiki/core wdio.conf.js . Bug: T180247 Change-Id: Ic75bac41e0bf3cda3b23a4489e02f1dde2300740
This commit is contained in:
parent
2dc2631beb
commit
09ed1f05fe
|
@ -14,6 +14,13 @@ exports.config = {
|
|||
// Use in a test as `browser.options.<key>`.
|
||||
// Defaults are for convenience with MediaWiki-Vagrant
|
||||
|
||||
// ==================
|
||||
// Runner Configuration
|
||||
// ==================
|
||||
runner: 'local',
|
||||
// The standalone chromedriver uses "/wd/hub".
|
||||
path: '/wd/hub',
|
||||
|
||||
// Wiki admin
|
||||
mwUser: process.env.MEDIAWIKI_USER || 'Admin',
|
||||
mwPwd: process.env.MEDIAWIKI_PASSWORD || 'vagrant',
|
||||
|
|
Loading…
Reference in a new issue