Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

concurrently available session limit for multiple browsers config (webdriverio) #3356

Unanswered
innkd asked this question in Q&A
Discussion options

In case it is necessary to run tests in several browsers, as I understand, there is the way to do this - using run-multiple

In one of the cases:

  • There is a limit on the number of concurrently available sessions - 1 session (for example, from BrowserStack)
  • The multiple block contains 10 browser items

In this case, requests to create a session will be sent to all 10 browsers at once, but a session will be created only for one - for the rest, the answer will be returned that all slots are occupied, and after a few seconds, the request to create a session will be repeated on the remaining 9 browsers

Tell me please, is there some way to set a limit on the number of sessions created at a time (via batches (bath == concurrently available sessions) sequentially)?
Thanks

Details

  • webdriverio 6.12.1
You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant

AltStyle によって変換されたページ (->オリジナル) /