cucumber-jvm
cucumber-jvm copied to clipboard
Cucumber for the JVM
### 🤔 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...
### 🤔 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...
`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...
### 🤔 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,...
### 🤔 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] |...
### 🤔 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...
### 👓 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...
### 🤔 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...