Skip to content

sonerdm/SeleniumGridWithSwarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deploying Selenium Grid on Docker Swarm 🐳

We wrote two scripts, create.sh and destroy.sh.
The create.sh will

  • check related swarm is up, if not continue
  • spin up the EC2 instances,
  • add EC2 instances to a specific security group,
  • set up the swarm manager and workers,
  • create the Selenium Grid,
  • deploy the Selenium Grid to AWS via Docker Compose.
  • associate elastic ip to your manager node

The destroy.sh will

  • remove EC2 instances to a specific security group,
  • shut down the EC2 resources
  • disassociate elastic ip

How to run

  • sh ./create.sh to create selenium grid
  • sh ./destroy.sh to destroy selenium grid

You can read the below links for a detailed explanation
testdriven.io
qxf2.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages