cucumber Setting up VCR and Webmock for Cucumber Testing In order to setup VCR and webmock for Cucumber testing you should: Add webmock and VCR gems to your Gemfile.rb: #Gemfile.rb group :test do gem 'webmock' gem 'vcr' end Add file
cucumber Cucumber Cheat Sheet (2018 update) A Cucumber is a software tool based on Behavior Driven Development (BDD) framework which is used to write acceptance tests for the web application. The tests are written in easily readable and understandable