cucumber-ruby icon indicating copy to clipboard operation
cucumber-ruby copied to clipboard

Cucumber for Ruby. It's amazing!

Results 27 cucumber-ruby issues
Sort by recently updated
recently updated
newest added

### 🤔 What's the problem you've observed? The tests take an eternity to run on a pull request. We have a huge matrix of OS and Ruby versions, and GitHub...

:bank: debt

### What did you see? Step definition produced by running `bundle exec cucumber` on [the following scenario](https://school.cucumber.io/courses/take/bdd-with-cucumber-ruby/lessons/11303805-add-a-scenario-wire-it-up) produces a syntax error when the code snippets are implemented as a step...

:bug: bug

### 👓 What did you see? Expected token value for the same step that is getting executed for the second time in the same scenario is different from the expected...

:baby_bottle: incomplete

# Description This PR adds dependencies in the `Gemfile` on gems which are referred to in the code, but which in Ruby 3.4 will not be bundled with Ruby. If...

# Description Lay the ground work for cucumber v10 ## Type of change Please delete options that are not relevant. - Refactoring (improvements to code design or tooling that don't...

### 👓 What did you see? Ctrl+C sends INT which sets `wants_to_quit`. But, rather than exiting as soon as possible, cucumber will continue to retry. Further, when `--retry` is combined...

### 🤔 What's the problem you're trying to solve? I have a suite of tests which take a long time to execute, but have no common resources that would prevent...