Skip to content

iolucas/Ruby-Cucumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About This Project

🚀 This project explores the integration of Cucumber and Ruby for test automation. It aims to create readable and collaborative tests while following an online class.

Tech Highlights

  • Cucumber: Facilitates behavior-driven development (BDD) with human-readable tests.
  • Ruby: Provides elegance to the test automation process with its dynamic, object-oriented nature.
  • Capybara: Simulates user interactions with websites for web-based test automation.
  • RSpec: Enhances test clarity with its behavior-driven development (BDD) framework for Ruby.
  • Selenium WebDriver: Empowers browser automation for testing web applications.

What to Expect

This project focuses on crafting test cases while learning from an online class. Expect insights and code snippets as I navigate testing intricacies in the Cucumber-Ruby universe.