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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jakarta.enterprise:jakarta.enterprise.cdi-api](http://cdi-spec.org) ([source](https://togithub.com/cdi-spec/cdi)) | `3.0.1` -> `4.0.1` |...

:robot: dependencies

The project should be possible to build without prior knowledge about necessary maven goals. In a Java developers environment conflicts with dependencies on other Java/Maven projects should be avoided. -...

### 🤔 What's changed? Implementing `cucumber-java-lambda` as replacement for `cucumber-java8`. ### ⚡️ What's your motivation? Fixes: #2279 ### 🏷️ What kind of change is this? - :zap: New feature (non-breaking...

**Is your pull request related to a problem? Please describe.** [Java] Allow non-private classes to contain hooks and allow hook annotations in non-public methods (#2370) **Describe the solution you have...

Related to https://github.com/cucumber/cucumber-jvm/issues/1805 Added "related step" to HookTestStep, referring to the (PickleStep)TestStep the BeforeStep/AfterStep annotated HookTestStep relates to. This way the actual PickleStepTestStep can be added to the signature of...

status: waiting-for-feedback
:zap: enhancement

### 🤔 What's the problem you're trying to solve? ``` Given a Scenario Outline described as "Orders with a total value > receive a % discount" And an example where...

:zap: enhancement
:pray: help wanted

### 👓 What did you see? When Running Cucumber Tests with parallel strategy as fixed and parallelism set to 4. I am seeing more than 8 tests running in parallel....

### 🤔 What's the problem you're trying to solve? cleaning dependencies initialized by Google Guice container. when working with selenium it is "cheap" to close and open a new WebDriver...

### 👓 What did you see? While executing scenarios in parallel using cucumber-junit-platform-engine and "isolated" as a global exclusive resource, it seems that all scenarios from same feature file are...

### 👓 What did you see? Not all methods of Springs `TestContextManager` are invoked. ### ✅ What did you expect to see? To facilitate integration testing frameworks such as Cucumber,...

:zap: enhancement
:bug: bug