cucumber-ruby
cucumber-ruby copied to clipboard
Cucumber for Ruby. It's amazing!
## 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...
**Describe the bug** Scenario Outline table value gets appended to the previous iteration value when the table values are same using `
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...
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...
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
**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...
**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,...
## 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...
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...
### 👓 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...