You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's an interesting issue I just ran into trying to use browserstack-runner to run all unit tests in jQuery UI. This gist has my configuration as well as the output I got: https://gist.github.com/jzaefferer/d79717435a5a537b2a67
This run failed pretty quickly, after it tried to launch 264 workers (12 browsers x 22 test suites), with "Error: Cannot queue more than 200 workers". I guess this is an area where the approach taken by TestSwarm, with all its overhead, is somewhat superior, where a run like this needs a minimum amount of 12 workers (maybe a few more if a worker gets killed inbetween or a test has to run again).
Maybe there is some way to reuse workers within browserstack-runner? Or a different approach to this problem?