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

## Summary Calling steps from step definitions is one of the features I regret having added to Cucumber. It's like a poor man's implementation of subroutines (which all languages support...

:broken_heart: breaking change
:safety_pin: pinned
:cucumber: core team

**Describe the bug** Scenario Outline table value gets appended to the previous iteration value when the table values are same using `

:bug: bug
:vertical_traffic_light: needs tests
:hourglass: stale

From a Slack conversation here: https://cucumberbdd.slack.com/archives/C7676D8GN/p1622078810002700 When running `$ cucumber --format pretty` on a file that uses the “Rule” keyword, with Cucumber 6, should I be seeing the Rules print...

:bug: bug
:hourglass: stale
:white_check_mark: accepted
:bank: debt

Today we discovered a formatter class with no unit tests. There was a bug around this formatter, and the lack of unit tests made it harder to fix. Measuring code...

:hourglass: stale
:wrench: build
:bank: debt

We should allow users behind a HTTP(S) proxy to publish results. See https://ruby-doc.org/stdlib-2.7.3/libdoc/net/http/rdoc/Net/HTTP.html#class-Net::HTTP-label-Proxies

:zap: enhancement
:hourglass: stale
:white_check_mark: accepted

**Describe the bug** Comment object has been removed from the -f JSON output or when we convert it using the newly recommended json convertor. Before this was removed, a given...

:bug: bug
:pray: help wanted

**Describe the bug** Hi! Not sure if this is intentional but I was expecting the `summary` formatter to format "success" the way it does, but in the case of errors,...

:zap: enhancement
good first issue
:hourglass: stale
:white_check_mark: accepted
:pray: help wanted

## Summary It seems like the default behavior should be for formatters that are output to the screen to have color enabled by default, and formatters that are directed to...

:zap: enhancement
good first issue
:white_check_mark: accepted
:pray: help wanted

Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop 1.37 New features #11043: Add new Lint/DuplicateMagicComment cop. (@​koic) #10409: Add --no-exclude-limit CLI...

:robot: dependencies

### 👓 What did you see? Unable to use feature files with multi-byte characters in the filename (e.g. あ.feature ) when I specified its path in cucumber.yml. The following error...