Skip to content

v8.29.0

Choose a tag to compare

@DudaGod DudaGod released this 20 May 09:50
· 323 commits to master since this release

🚀 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:

Screenshot 2025-05-20 at 11 49 31

How it works now:

Screenshot 2025-05-20 at 11 57 50