With the update to wdio-mediawiki 6.3.0 we run tests run in parallel in CI. Let's use that and try to make the VisualEditor tests to run faster, so that the gated extension job also is faster.
There's a couple of speed improvements that we can do:
- Try to get rid of the browser.reloadSession that is known to be slow
- Split the longest test suite into multiple. Today there are two test suites and we can run six in parallel in CI. If We split them, they can run in parallel
Acceptance criteria:
- TODO