addListener( new SeleniumTestListener( $logger ) ); $wgSeleniumTestSuites = array(); // Todo: include automatically #include_once ''; // Here, you can override standard setting if ( file_exists( 'LocalSeleniumSettings.php' ) ) { include_once 'LocalSeleniumSettings.php'; } // run tests foreach ( $wgSeleniumTestSuites as $suite ) { $suite->run( $result ); }