TODO
- check 1148882
- release new version of wdio-mediawiki: v5
- resolve TODO items in 1066709. Created or updated T398032, T373512, T398046.
Notes
From: https://nodejs.org/docs/latest-v22.x/api/esm.html#introduction
ECMAScript modules are the official standard format to package JavaScript code for reuse.
When including modules, we currently use require. All WebdriverIO documentation uses import. To simplify things, we should use import in our WebdriverIO tests.
Links: