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? I'm a team lead on a team currently implementing cucumber, and one of our usecases is being able to run individual...

I'd like to register a gradle task to run my integration tests with cucumber. The task definition looks like this: ``` tasks.register('integrationTest', Test) { description = 'Runs integration tests.' group...

:book: documentation

### 🤔 What's the problem you've observed? CCK is downloaded manually and not kept up to date. ### ✨ Do you have a proposal for making it better? Download it...

:bank: debt

`io.cucumber.core.options.CucumberPropertiesParser` pulls in many of the required arguments from various sources e.g. a properties file, environment or system properties However, it appears to not be looking for number of threads...

:zap: enhancement

### 🤔 What's the problem you're trying to solve? Cucumber for Java allows defining different @After hooks and allows ordering them, during execution all steps are just shown as After,...

:pray: help wanted

### 🤔 What's the problem you're trying to solve? I am trying to find a way to define a single common `DocType` transformer for a `contentType`, which would be able...

### 🤔 What's the problem you've observed? Mockito has a impact on the unit test execution time (seen using IntelliJ Profiler flame graph): | project | test duration [s] |...

:pray: help wanted
:bank: debt

### 🤔 What's the problem you're trying to solve? When launched through `io.cucumber.core.cli.Main` Cucumber will use `cucumber.properties`. When launched through the JUnit Platform the `junit-platform.properties` file is used. This difference...

:zap: enhancement

### 👓 What did you see? Let's say I have a plugin which process `Envelope` and may generate exceptions. Depending on the `Envelope` content, the exceptions are rethrowed or swallowed...

:bug: bug

### 🤔 What's the problem you're trying to solve? Users may want to run the same suite of feature files against multiple browsers. Currently this can only effectively be done...

:zap: enhancement