[09:15:20] Remind me not to do any more patches to VisualEditor. How do I run Selenium on an extension with Fresh? [10:39:56] happy5214: the Fresh container should contain the right browser versions, so if you’re okay with not seeing the browser tests live (only the results), something like `npm run selenium-test` inside Fresh should hopefully just work™ [10:40:25] if you want to see what’s going on in the browser, maybe even interact with it (e.g. use dev tools), AFAIK that’s not possible with Fresh and you would have to run the tests uncontainerized :/ [12:08:20] Lucas_WMDE: I tried that. See https://phabricator.wikimedia.org/T424627 for my results.