As part of our ongoing efforts to deliver reliable test coverage at scale, we've optimized our cloud runners to provide faster browser test executions! With your browser tests running on the new cloud runner, you can expect to see faster test startup times and faster feedback cycles. Initial testing shows up to a 50% reduction in median test run time!
You can check the first line of cloud test run output for the runner size used in your tests. "x2" indicates the use of the new, faster runners.
Note that test runtime improvements vary based on the design of the test being run. Tests that use dynamic "wait until" steps are more likely to see a benefit, while tests using static waits, such as "wait 30 seconds", are less likely to see a benefit as mabl must always wait a fixed period of time.
Happy testing!