common
common copied to clipboard
A home for issues that are common to multiple cucumber repositories
## Summary The [documentation ](https://cucumber.io/docs/gherkin/reference/) states "Comments are only permitted at the start of a new line, anywhere in the feature file. They begin with zero or more spaces, followed...
While we usually recommend putting all the data for a scenario inside of Gherkin documents, there are valid use cases for pulling data in from an external source, such as...
In order to get a consistent API for attaching/logging images and text, we should rename the corresponding methods to `attach` and `log` Existing methods should be deprecated and removed in...
Noticed for some javascript projects we are running lint-fix on CI. We should be running `lint` only as otherwise lint-fix may auto-fix something but we have nothing ensuring that gets...
In #998, I've added `json-schema` as a dev dependency in all javascript modules so we would be able to run `eslint` again. As soon as there's a new release of...
As a product owner of Cucumber I'd like to understand more about the distribution of various platforms (JVM, Ruby, JavaScript, .NET etc) and versions that are used in the wild....
See https://github.com/cucumber/docs.cucumber.io/pull/412/files#r341366440 This isn't all that useful to have in the tool, and it just adds complexity throughout the toolchain, in particular when we introduce markdown and #775 (excel support)....
For some calculation-heavy domains (such as finance), Excel is the tool of choice for domain experts. Ward Cunningham knew this when he designed [FIT](http://fit.c2.com/). I want to resurrect a FIT-like...
## Summary `go get "github.com/cucumber/pretty-formatter-go"` fails with error: ``` invalid module: github.com/cucumber/gherkin-go should be v0 or v1, not v6 (v6.0.9) ``` ## Current Behavior ~~~ go: finding github.com/cucumber/pretty-formatter-go latest go:...
## Summary This is a continuation of a discussion on the Slack channel with @tooky @brasmusson @mattwynne and others. I've tried to cover as much background as I can given...