cucumber

A collection of 2 posts
Setting up VCR and Webmock for Cucumber Testing
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 called vcr_setup.rb in your /features/support/ folder that will be used for VCR configuration. # features/
1 min read
Cucumber Cheat Sheet (2018 update)
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 format for Business Analysts, Developers and Testers. It is like reading plain English texts! Syntax Cucumber tests
3 min read
Page 1 of 1
Novi Sad, Serbia, Europe
  • Company
  • About Us
  • Careers
  • Blog
  • Contact
  • Services
  • Our Process
  • Portfolio
  • Solutions
  • Design Review
  • Code Review
  • Open Source
Copyright © 2023 KOLOSEK. All rights reserved.