cucumber-jvm icon indicating copy to clipboard operation
cucumber-jvm copied to clipboard

Cucumber for the JVM

Results 87 cucumber-jvm issues
Sort by recently updated
recently updated
newest added

### 🤔 What's the problem you're trying to solve? In configurations with a significant number of tests, the test discovery time is noticeably long. In our project setup: * 200+...

To be fleshed out later. `AmbiguousStepDefinitionsException` is used by `Runner` for control flow. Additionally, the `AmbiguousPickleStepDefinitionsMatch` should expose the ambigious steps in cucumber messages.

### 🤔 What's the problem you're trying to solve? As we are considering Java 17 (https://github.com/cucumber/cucumber-jvm/issues/2962) one element to consider is that more `null` hostile API's are added to the...

:zap: enhancement

### 👓 What did you see? For `Long` parameters, the codegen generates Java code which looks like this: private final Long seconds; private final Long nanos; public Duration( Long seconds,...

### 🤔 What's the problem you're trying to solve? The JUnit Team is working on a new reporting format that more accurately represents hierarchical tests (https://github.com/junit-team/junit5/issues/4113). Recently support for file...

:zap: enhancement

### 🤔 What's the problem you're trying to solve? Cucumber JVM currently uses Java 8 as a baseline. And while not yet end-of-life, there have been many improvements to Java...

:zap: enhancement

### 👓 What did you see? `@Singleton` instances do not work in parallel execution, instead one instance per thread is created. ### ✅ What did you expect to see? I...

:book: documentation