Giter VIP home page Giter VIP logo

cbp-selenium-grid-infrastructure's Introduction

TerraformFargateSeleniumGrid

This project provides terraform code to deploy an autoscaling selenium grid running on AWS Fargate platform inside AWS VPC.

Scheme

Prereqs


Tools

  • aws cli installed
  • aws cli credentials configured
  • terraform cli >= 1.0

Existing resources

  • AWS VPC
  • S3 bucket (for storing the terraform state)

Update terraform/terraform.tfvars

state_s3_bucket = ""
app_name = ""
vpc_id = ""
subnet_ids_nodes = ["",""]
subnet_ids_hub = ["",""]
subnet_ids_elb = ["",""]

Deploy


Open a terminal, enter the root of this repo and execute:

# deploy the resources
cd terraform
sh terraform_init.sh

Note the outputs

Outputs:

selenium_grid_console_url = "http://internal-selenium-1111111111.us-east-1.elb.amazonaws.com/grid/console"
selenium_grid_test_url = "http://internal-selenium-blog-1111111111.us-east-1.elb.amazonaws.com/wd/hub"

Test


There is a simple test in smashtest\main.smash

selenium_grid_test_url is one of the outputs from the terraform apply command in the Deploy section

To run the test, open a terminal, change to the smashtest\ directory and run:

npm install smashtest

npx smashtest --test-server=[selenium_grid_test_url] --max-parallel=6

Clean up


To remove the deployed resources :

terraform -chdir=terraform destroy

cbp-selenium-grid-infrastructure's People

Contributors

casebook-devops avatar howardjyee avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.