Skip to content

isabelabeck/ruby-automation-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👨‍💻 Test Automation of a calculator using Ruby, Cucumber and RSpec

Ruby, Cucumber and RSpec test automation of the functionalities of a calculator, including addition, subtraction, multiplication, division, root and exponencial.

The features of the tests are inside ruby-automation-learning/features/numeric_operations.feature and the step definitions are inside ruby-automation-learning/features/step_definitions/step_definitions.rb

🎥 Tests Execution Demonstration

Cucumber execution

💾 Development Dependencies Used

  • "Ruby": "3.0.2"
  • "Cucumber": "7.0.0"
  • "RSpec": "3.10"

🎬 Getting Started

  1. Clone the project into your machine and install all dependencies described above:
bundle install
  1. Now, to run the tests:
cucumber
  1. Verify the tests results output:

Tests results output


Made by Isabela Beck 👋 Get in touch!

About

Repository with some test automation scripts using Ruby and Cucumber for learning purpose.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published