docs icon indicating copy to clipboard operation
docs copied to clipboard

Cucumber user documentation

Results 53 docs issues
Sort by recently updated
recently updated
newest added

### 🤔 What's changed? Added [gherkingen](https://github.com/hedhyw/gherkingen) third-party tool for Go. ### ⚡️ What's your motivation? ![image](https://user-images.githubusercontent.com/19246753/183387227-ae6163d6-d285-40d5-90b7-d013e85f648f.png) ### 📋 Checklist: - [x] I agree to respect and uphold the [Cucumber Community...

### 👓 What did you see? I was following along with the 10 minute tutorial [here](https://docs.cucumber.io/docs/guides/10-minute-tutorial/). Using maven, I downloaded the archtype project and then ran mvn test. The output...

:pray: help wanted
good first issue

Once you pop you just can't stop. When using a Rule keyword in Gherkin, you cannot then "un-use" it, i.e. the following is not semantically possible (Nor will it ever...

good first issue
:book: documentation

I want to link someone to the Ruby version of https://cucumber.io/docs/cucumber/state/ but the URL doesn't change when I switch language tabs. I'd like the language tabs to: 1) Switch to...

**Describe the bug** @BeforeAll and @AfterAll throws exceptions when used in kotlin **To Reproduce** ``` class MyStepDefinitions { companion object { @JvmStatic @BeforeAll fun beforeAll() { println("before all") } @JvmStatic...

language: kotlin

**Describe the bug** The content of the sidebar overflows. See attached picture. **To Reproduce** Steps to reproduce the behaviour: 1. Go to a page that has the sidebar + search...

:bug: bug

1. When multiple runner classes are present in the project, currently, cucumber cli is running all the runner classes. Instead of this, if cli provides a argument to take the...

### 🤔 What's changed? Advice on state on the JVM. ### ⚡️ What's your motivation? Avoid accidents. ### 📋 Checklist: - [x] I agree to respect and uphold the [Cucumber...

### 🤔 What's the problem you're trying to solve? Currently trying to upgrade from info.cukes 1.2.5 to cucumber-jvm latest (or as close as I can get). The list of blog...

:zap: enhancement
language: java
language: kotlin

See https://cucumberbdd.slack.com/archives/C60TKS3SL/p1636399065115000 > I strongly recommend you avoid relying on a specific order. When a scenario fails, you should be able to run just that scenario to reproduce the same...