[14:09:03] hello, I have a question about setting CI with selenium for extension developing. [14:10:24] I wander whether the test would only be done with the default configuration, without modified LocalSettings.php [14:12:51] By a code search, I have found Growth Experiments which includes code documented as a 'ugly hack'. [14:12:53] https://gerrit.wikimedia.org/g/mediawiki/extensions/GrowthExperiments/+/10129e84828f3e978ba537aecced1ed2000fe3ec/tests/selenium/wdio.conf.js [14:14:15] is there no general way for configure extension via LocalSettings.php for automated selenium tests? [18:42:24] lens0021: the short answer is "yes, sorry". The long answer is that we may work on https://phabricator.wikimedia.org/T267928 in half a year or so. [18:43:14] you could do something like that manually, for a local environment: make parts of LocalSettings conditional on some extra request parameter or header that a test can send to activate specific settings. [20:29:09] Ola