common icon indicating copy to clipboard operation
common copied to clipboard

A home for issues that are common to multiple cucumber repositories

Results 133 common issues
Sort by recently updated
recently updated
newest added

Various cucumber implementations have inconsistent behaviour for `strict`: * Default value true or false? * Does strict cause undefined steps to fail? * Does strict cause pending steps to fail?...

:book: documentation
platform consolidation
:safety_pin: pinned

## Summary A Cucumber Reports user used `@cucumber/json-to-messages` to convert Behave JSON to messages. One of the messages looks like this (sensitive details edited): ```json { "testStepFinished": { "testCaseStartedId": "522e2d20-37f0-4296-87fe-b87069afccec",...

:bug: bug
language: javascript
json-to-messages

## Summary Currently, the Gherkin pickles compiler removes Gherkin scenarios that don't have any steps, so they don't appear as test cases. I understand why this was done - what's...

:zap: enhancement
library: gherkin
:white_check_mark: accepted
:cucumber: core team

Currently everything depends on messages. * This happens partially because messages contains the entire domain. * And partially because we use messages as the Gherkin AST. This is not great...

library: cucumber-messages
:bank: debt

The rule keyword is now part of the grammar file, but the Parser fules are still outdated and lack support for it.

library: gherkin
language: objective-c
:pray: help wanted

## Summary Gherkin parser doesn't interpolate parameters on background level, so hard to write tests in a DRY manner ## Current Behavior When I execute the next python code (gherkin-official==19.0.2)...

:zap: enhancement
library: gherkin

## Summary Comments on the same line as a tag cannot be retrieved from the list of comments. Applies to tags on both Features and Scenarios. Example: ```` # I...

library: gherkin

I want to share my thoughts on this topic, as a kind of discussion forum here. ## Defaults in Messages JSON As I worked a bit with the new messages...

platform consolidation
:question: question

The following is a valid gherkin document with two empty tables according to the gherkin/java 18.1.1 parser. However at a glance the tables do not *look* empty. ```gherkin Feature: Empty...

:bug: bug
language: java
library: gherkin

We made a decision a while back to move from the old Google Groups email list / forum over to the SmartBear community site. However we've found that in practice...

:sparkles: kaizen