Manual:$wgJavaScriptTestConfig/de-formal

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
<translate> Frontend</translate>: $wgJavaScriptTestConfig
Configuration for javascript testing.
<translate> Introduced in version:</translate>1.19.0
<translate> Removed in version:</translate>1.25.0 (Gerrit change 180116; git #0e9f24a1)
<translate> Allowed values:</translate>(array)
<translate> Default value:</translate>see below

Default value

$wgJavaScriptTestConfig = array(
	'qunit' => array(
		// Link used on [[Special:JavaScriptTest/qunit|Special:JavaScriptTest/qunit]]
		'documentation' => '//www.mediawiki.org/wiki/Manual:JavaScript_unit_testing',

		// If the testinit script detects a TestSwarm runner, this url will be loaded
		// to allow TestSwarm to install its hooks
		'testswarm-injectjs' => false,
	),
);

Details

Configuration for javascript testing.