As of change I942b5dd6 browser testing has been disabled on Wikidata Bridge due to incompatibilities between WebdriverIO's sync mode and Node.js version 16+.
There are several options for moving forward with browser testing from here:
- Write new Selenium/Webdriver tests in the async format and rewrite existing files incrementally to async (like it was for example done in the selenium tests targeting Wikibase repo)
- Write new Cypress browser tests and rewrite existing files incrementally to Cypress (like it was for example done in the EntitySchema extension)
- Make use of some other browser testing framework
See also: