# Cucumber

Cucumber for Ruby. It's amazing!

Repository: https://github.com/cucumber/cucumber-ruby
Canonical: https://ross.abutalabs.com/products/cucumber
Homepage: https://cucumber.io
Language: Ruby
License: MIT
License Family: permissive
Topics: cucumber, ruby, polyglot-release, tidelift
Last push: 2026-08-26T22:48:22+00:00
Link (homepage): https://cucumber.io
Link (site_page): https://cucumber.io/docs
Link (site_page): https://cucumber.io/docs/guides/10-minute-tutorial
Link (site_page): https://cucumber.io/docs/bdd

## Health v2 (maintenance only)
Score: 92/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 78, longevity 100
- inputs: {"age_days": 6712, "days_push": 7, "days_rel": 69, "gap_med": 63, "n_releases_24m": 8}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5215, forks 1118 (observed 2026-08-28T04:09:13.125341+00:00)

## What it is
Cucumber is a testing tool that runs automated acceptance tests written in plain-language Gherkin syntax, supporting Behaviour-Driven Development (BDD). This is the JavaScript/TypeScript implementation for Node.js, part of a multi-language ecosystem including Ruby, Java, and Rails variants.

## Use cases
- write acceptance tests in plain language with gherkin
- run bdd scenarios for a node.js application
- collaborate with non-technical stakeholders on test specifications
- create executable specifications that double as documentation
- test web apps with cucumber and playwright
- run feature files in ci pipelines

## When to choose
- your team practices BDD and wants specs readable by business stakeholders
- you need acceptance tests in Gherkin on Node.js
- you want living documentation validated against actual system behavior

## When to avoid
- you only need fast unit tests without plain-language scenarios
- your team does not maintain Gherkin feature files
- you need testing in a language without a Cucumber implementation

## Facets
- artifact type: framework
- maturity: stable
- function: testing, e2e-testing, cli
- domain: testing, developer-tools
- platform: cross-platform, cli
- tags: bdd, gherkin, acceptance-testing, executable-specifications, behavior-driven-development, automation, nodejs

## Member repositories
- cucumber/cucumber-ruby (main) score 92
- cucumber/cucumber-js (sdk) score 98
- cucumber/common (infra) score 60
- cucumber/cucumber-jvm (sdk) score 99
- cucumber/cucumber-rails (plugin) score 88

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:13.125341+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:58:25.835903+00:00, confidence not recorded.
  - readme: https://github.com/cucumber/cucumber-ruby (fetched 2026-08-28T04:09:13.125341+00:00, sha 81e5adbdc608)
  - homepage: https://cucumber.io (fetched 2026-08-29T08:53:25.027289+00:00, sha 72fc98025d63)
  - site_page: https://cucumber.io/docs (fetched 2026-08-29T08:53:25.036183+00:00, sha 5c420e82a64d)
  - site_page: https://cucumber.io/docs/guides/10-minute-tutorial (fetched 2026-08-29T08:53:25.038047+00:00, sha f3bd6e935d17)
  - site_page: https://cucumber.io/docs/bdd (fetched 2026-08-29T08:53:25.041121+00:00, sha f4a07e0f350b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
