I'm following instructions from Selenium/How-to/Run tests targeting MediaWiki-Docker using Fresh.
nobody@docker-desktop:/core$ npm run selenium-test ... [0-1] AssertionError [ERR_ASSERTION] in "Page should be previewable" Input A expected to strictly equal input B: + expected - actual - 'beforeEach-content-0.0050359081519923965-Iñtërnâtiônàlizætiøn\n\n' + 'beforeEach-content-0.0050359081519923965-Iñtërnâtiônàlizætiøn' [0-1] Error in "Page should be creatable" Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/core/tests/selenium/specs/page.js) [0-1] Error in "Page should be re-creatable" Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/core/tests/selenium/specs/page.js) [0-1] Error in "Page should be editable @daily" Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/core/tests/selenium/specs/page.js) [0-1] Error in "Page should have history @daily" Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/core/tests/selenium/specs/page.js) [0-1] Error in "Page should be deletable" Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/core/tests/selenium/specs/page.js) [0-1] Error in "Page should be restorable" Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/core/tests/selenium/specs/page.js) [0-1] Error in "Page should be undoable" Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/core/tests/selenium/specs/page.js) ... Spec Files: 5 passed, 1 failed, 6 total (100% completed) in 00:08:49
Full output is at P14745.