v8.29.0
🚀 Improvements
Request different types of browsers in parallel (#1082)
We found that parallelLimit is not working correctly when sessionsPerBrowser < parallelLimit and count of tests more than parallelLimit and tests run in few browsers.
Example how it works before with { sessionsPerBrowser: 2, testsPerSession: 1, parallelLimit: 4 } and 10 tests in 2 browsers:
How it works now:
