cucumber/cucumber-ruby

Cucumber for Ruby. It's amazing!

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 42 minutes ago
Added to GitGenius on September 13th, 2026
Created on April 17th, 2008
Open Issues & Pull Requests: 28 (+0)
GitHub issues: Enabled
Number of forks: 1,118
Total Stargazers: 5,212 (+0)
Total Subscribers: 221 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.3 hours
Mean response time: 53.6 days
90th percentile: 49.2 days
Tracked items: 29

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 4% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 16
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 652 days
Stale 30+ days: 12
Stale 90+ days: 10

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • :bank: debt (8)
  • :bug: bug (7)
  • :zap: enhancement (5)
  • :white_check_mark: accepted (4)
  • :hourglass: stale (2)
  • :pray: help wanted (2)
  • envelope-migration (2)
  • good first issue (2)

Detailed Description

Cucumber is a behavior-driven development testing framework that runs automated tests written in plain language. This is the Ruby implementation of Cucumber, which is also available for JavaScript, Java, and other languages.

Cucumber solves the problem of bridging communication gaps between technical and non-technical team members by allowing test specifications to be written in plain language that anyone can read and understand. Tests are written in feature files using a simple syntax, then automated through step definitions that map those plain-language steps to actual code. This approach makes tests serve double duty as both executable specifications and living documentation.

Teams should adopt this tool if they value collaboration and want tests that serve as a communication tool across the entire team, not just developers. It works well for projects where stakeholders need to understand and potentially contribute to test specifications. The tool integrates with Ruby on Rails through a companion gem, making it particularly suitable for Rails projects. Cucumber is part of a polyglot ecosystem, so teams using multiple languages can maintain consistent testing approaches across their codebase.

The project maintains active engagement with its community through a dedicated code of conduct and multiple support channels including a community forum and Discord. Development activity shows consistent attention to platform compatibility, with support spanning multiple Ruby versions and implementations including TruffleRuby and JRuby, though JRuby has some documented limitations. The project provides comprehensive documentation covering getting started, feature writing, and step definitions, alongside detailed command-line documentation within the repository itself.