mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-14 19:25:33 +00:00
606475f80e
Includes a bit untangling of the reference and page previews tests and simplifies the setup. Bug: T337862 Change-Id: Ia92cccb90fd79d10c5b33744520cb963a65db046
14 lines
297 B
JavaScript
14 lines
297 B
JavaScript
'use strict';
|
|
|
|
const { config } = require( 'wdio-mediawiki/wdio-defaults.conf.js' );
|
|
|
|
exports.config = { ...config,
|
|
// Override, or add to, the setting from wdio-mediawiki.
|
|
// Learn more at https://webdriver.io/docs/configurationfile/
|
|
//
|
|
// Example:
|
|
// logLevel: 'info',
|
|
|
|
maxInstances: 4
|
|
};
|