summaryrefslogtreecommitdiff
blob: 18d71e2d382133052ec63d80b1574ac85932763f (plain)
1
2
3
4
5
6
7
8
9
10
11
'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',
};