Today when I analyse all commands in a repo, I let an LLM add start/stop before each command. That works fine for fast tests. But we could use the webdriver.io hooks to measure each command (before/after command) if configuration is turned on. That way we easily could just turn on the measurement and get metrics for all extensions/skins that uses wdio-mediawiki.
Acceptance Criteria:
- Add support in wdio-mediawiki core to measure time spent in each wdio command and make it configurable so can easily turn it on in CI