Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.71 KB

File metadata and controls

23 lines (19 loc) · 1.71 KB

Dockerize Ruby Web Test Automation Project from Scratch

The project that is created in our blogpost series called: "Dockerize Ruby Web Test Automation Project from Scratch"

The blogpost series consist of 8 parts:

  1. Let’s Create and Configure Our Web Test Automation Project!
  2. Let’s Write Our Test Scenarios!
  3. Bonus: Recording Failed Scenario Runs in Ruby
  4. Let’s Configure Our Web Test Automation Project for Remote Browsers and Parallel Execution
  5. Let’s Dockerize Our Web Test Automation Project
  6. Bonus: Recording Scenario Runs on Docker with Selenium Video!
  7. Let’s Integrate Our Dockerized Web Test Automation Project with CI/CD Pipeline!
  8. Auto-Scaling and Kubernetes Integration with KEDA

For the detailed info, please follow the instructions given in the blogposts :)

Tool stack

  • Ruby - Development language
  • RubyMine IDE - Development IDE
  • Cucumber - Gherkin Syntax Framework
  • Capybara - Web-based APP Framework
  • RSpec - Assertion & Validation Framework
  • Selenium - Web APP Test Automation Tool