cucumber-jvm
cucumber-jvm copied to clipboard
Cucumber for the JVM
### 🤔 What's the problem you've observed? The library has only 3 hardcoded orderings "lexical", "reverse" and "random" (with possible seed parameter). The library is not suited for extending this....
### 🤔 What's the problem you're trying to solve? When I create the journey scenario. I use the `*` syntax in .feature file instead of normal Given When Then And....
### 🤔 What's the problem you're trying to solve? When users encounter this exception: ``` io.cucumber.core.exception.CucumberException: No backends were found. Please make sure you have a backend module on your...
### 🤔 What's the problem you're trying to solve? While the empty test suite passes by definition, when running tests in CI all tests may for one reason or another...
First, my deepest respects for the work you have done with cucumber. It is a simply fascinating tool. I love it so much that when I arrived on the project...
### 🤔 What's the problem you've observed? I am making my own version of `RerunFormatter`. I want it to save only failed scenarios with certain tag. When trying to copy...
### 🤔 What's the problem you're trying to solve? Currently when using Cucumber with `cucumber-picocontainer` it is not possible to inject dependencies that that ultimately do not have a zero-argument...
### 👓 What did you see? I tried the 10 minute tutorial and noticed that the "hellocucumber" project that's created has these imports in `StepDefinitions`: https://github.com/cucumber/cucumber-jvm/blob/e9f99b11d2d8668db461fc9b45f5eb231653c17a/cucumber-archetype/src/main/resources/archetype-resources/src/test/java/StepDefinitions.java#L3-L5 But I guess you...
### 🤔 What's changed? Fixed issue as described in Issue #2898 ### 🏷️ What kind of change is this? - :bug: Bug fix (non-breaking change which fixes a defect) ###...
### 🤔 What's the problem you've observed? When using Gradle/Maven with Cucumber and JUnit 5 we have a few layers of framework. ``` Maven Surefire -> JUnit Platform -> Jupiter...