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

Cucumber for Ruby. It's amazing!

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

Updates the requirements on [cucumber-gherkin](https://github.com/cucumber/common) to permit the latest version. Changelog Sourced from cucumber-gherkin's changelog. [23.0.1] - 2022-03-31 Fixed [PhP] Fix dependency of messages (#1943) [23.0.0] - 2022-03-30 Changed Update...

:robot: dependencies

We have a Transform that loops through table entries and executes functions if the column itself contains some specific data (IE, its based on the result, not the regex). I...

:question: question

## Summary I used to be able to run `cucumber feature_file_name.feature:XX` with `XX` being a line anywhere in the scenario (usually the line that failed last time, to easily re-run...

:bug: bug

within my hook.rb, I capture screenshot under "AfterStep" which means I want to capture screen for each of the steps. When I check the html report after the run, all...

This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) This repository currently has no open or pending branches. ## Detected dependencies bundler Gemfile - `cucumber-core undefined` -...

As described in https://github.com/cucumber/common/issues/768

:zap: enhancement
:white_check_mark: accepted

### 👓 What did you see? Constructed a pair of namespaced worlds, in which one internally used the other to manage some common resources. Both worlds were observed to be...

:bug: bug

**Describe the bug** In version 3 it is possible to obtain the name of the current feature from `Before` and `After` hooks. ```ruby Before do |scenario| feature_name = scenario.feature.name #…...

:broken_heart: breaking change

**Is your feature request related to a problem? Please describe.** I would like to capture the URL of the published report so I can notify an external system with the...

:zap: enhancement
:hourglass: stale

As part of #1566 we noticed that some fakes and mocks objects used for some tests need to be refactored cf. `configuration_spec.rb`, `http_io_spec.rb`, `junit_spec.rb` and `fake_objects.rb`

:bank: debt