cucumber-java-skeleton
cucumber-java-skeleton copied to clipboard
This is the simplest possible setup for Cucumber-JVM using Java.
https://github.com/cucumber/cucumber-java-skeleton/blob/main/gradle/src/test/java/io/cucumber/skeleton/StepDefinitions.java any test should have assert to make it clear what it is testing 
### 👓 What did you see? io.cucumber.junit.platform.engine.UndefinedStepException: The step 'I wait 1 hour' and 1 other step(s) are undefined. ### ✅ What did you expect to see? All steps to...
### 🏷️ What kind of change is this? - :book: Documentation (improvements without changing code) ### 📋 Checklist: - [x] I agree to respect and uphold the [Cucumber Community Code...