gherkin icon indicating copy to clipboard operation
gherkin copied to clipboard

A parser and compiler for the Gherkin language.

Results 81 gherkin issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/cucumber/gherkin). ## Repository problems These problems occurred while...

:robot: dependencies

### 🤔 What's the problem you're trying to solve? In the Reqnroll project https://github.com/reqnroll, I am implementing a Roslyn-based source generator. As this runs as part of the IDE as...

:zap: enhancement

Quick PR to kick of CI and see what happens when tables have extra content with escaped pipes. ### 🤔 What's changed? ### ⚡️ What's your motivation? ### 🏷️ What...

### ⚡️ What's your motivation? See the previous fix for python https://github.com/cucumber/gherkin/pull/241. ### 🏷️ What kind of change is this? - :bug: Bug fix (non-breaking change which fixes a defect)...

:bug: bug

This PR is a follow-up to #228. NEEDS to wait for Psalm to release a version that supports php-parser v5. ### 🤔 What's changed? Make the dependency on a non-EOL'd...

### 👓 What did you see? I encountered a parsing error when running a Cucumber suite that included a feature file containing only a comment line. `unexpected end of file,...

:robot: dependencies

### 🤔 What's changed? A dockerized version of Berp. ### ⚡️ What's your motivation? The `cucumber/build` container is huge. Most people only need it to run Berp. So, instead of...

Fixes #32 ### 🤔 What's changed? The Languages.pm file is now generated upon building the release artifacts or when running the test suite. ### ⚡️ What's your motivation? Issue #32...

### 👓 What did you see? ```python feature = """ Feature: Nested rules Background: Given Feature background Rule: Outer rule Background: Given Outer rule background step Rule: Nested rule Background:...

### 🤔 What's the problem you've observed? Currently the generated `Languages.pm` consists of a single line. https://github.com/cucumber/gherkin/blob/1cc2ef0153603c5e51818b59ff6d632238491226/perl/lib/Gherkin/Generated/Languages.pm#L1-L7 As a result, when multiple contributors submit changes to `gherkin-languages.json` their PR's will...