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

The additional type docblocks in the PHP messages are incorrectly formatted for promoted properties. They've been implemented like so (simplified): ```php public function __construct( /** * @param list $foo */...

:bug: bug
language: php

Our README and CONTRIBUTING documents may certainly be more welcome, and standardize. Would anyone have ideas? Or source for inspiration? My self I've spotted how Nextcloud is welcoming contributors with...

:sparkles: kaizen

The JSON Schema for `Envelope` doesn't currently emphasise that one and only one of its properties must be defined. I believe the correct way to do this is using [oneOf](https://json-schema.org/understanding-json-schema/reference/combining.html#oneof):...

library: cucumber-messages

When I try to Run a Scenario inside a feature file the system does not run the scenario and gives the below Error: --format Teamcity::Cucumber::Formatter Process finished with exit code...

:baby_bottle: incomplete

## Summary This is a follow up from [cucumber-ruby#1443](https://github.com/cucumber/cucumber-ruby/issues/1443). The user attaches a screenshot which is already encoded in `base64`. When we attach a file, we encode it once again...

:zap: enhancement

**Is your feature request related to a problem? Please describe.** It look like `@BeforeAll` and `@AfterAll` hooks do not fire any events, at least [I don't see it in the...

library: cucumber-messages
type: feature

## Summary The current TS config does not raise any error when a function is declared as returning a specific type but still returns `null` or `undefined`. This may lead...

language: javascript
:wrench: build
:white_check_mark: accepted

**Is your feature request related to a problem? Please describe.** The hook type (before, beforestep .... etc) is not available in the ndjson message. Need it in the reports to...

:zap: enhancement
library: cucumber-messages
:white_check_mark: accepted
:pray: help wanted

The new gherkin/dart module is not built in CI. When https://github.com/cucumber/common/pull/1630 was merged we forgot to add a job to `.circleci/config.yml`, so it isn't built as a separate job. There...

library: gherkin
:wrench: build

Other than #416, I haven't been able to find any documentation about the Rule keyword and its expected children elements, nor what "Gherkin 6" is to consist of. Has this...

:book: documentation