Mehrez Bellila
Mehrez Bellila

Reputation: 15

Selenium Grid 100 Instances

I want to run an automatic test develop with Protractor in parallel on 50 instances of google chrome using selenium grid on an 8CPU machine and 16GB RAM. but the machine becomes very slow and the load averge exceeds 40.

There is someone who can help me to increase the instances of chrome on this machine

Upvotes: 1

Views: 748

Answers (1)

unickq
unickq

Reputation: 3350

Check Aerokube guys solution, it works way faster than original Selenium Grid:

  • Selenoid - Go implementation of original Selenium hub code. It is using Docker to launch browsers.
  • GGR - A lightweight load balancer used to create big Selenium clusters

Upvotes: 1

Related Questions