common
common copied to clipboard
A home for issues that are common to multiple cucumber repositories
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 */...
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...
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):...
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...
## 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...
**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...
## 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...
**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...
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...
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...