Cucumber Rails

screenshot of Cucumber Rails
rails

Rails Generators for Cucumber with special support for Capybara and DatabaseCleaner

Overview

Cucumber-Rails is a gem that brings Cucumber functionality to Rails 5.2, 6.x, and 7.x. It allows users to run Cucumber tests seamlessly within the Rails environment.

Features

  • Rails Compatibility: Works with Rails versions 5.2, 6.x, and 7.x.
  • Configuration Options: Customize behavior such as database cleaning and auto mixing-in of helpers.
  • Easy Upgrades: Simple steps to upgrade from a previous version.
  • Bug Reporting and Feature Requests: Encourages bug reports and feature requests through the creation of Cucumber features.
rails
Ruby on Rails

Ruby on Rails, often referred to as Rails, is an open-source web application framework written in Ruby. Known for its convention over configuration and don't repeat yourself (DRY) principles, Rails simplifies and accelerates the development of database-backed web applications.