Cucumber-JVM
Recipes for upgrading Cucumber-JVM.
Composite Recipes
Recipes that include further recipes, often including the individual recipes below.
- Cucumber to JUnit test
@Suite - Drop the
strictoption - Drop the
timeoutattribute - Fix the Telugu language code
- Migrate
Scenario.writeandScenario.embed - Migrate
cucumber-java8tocucumber-java - Migrate
cucumber.apitoio.cucumber - Migrate
cucumber.api.CucumberOptionstoio.cucumber.testng.CucumberOptions - Upgrade to Cucumber-JVM 2.x
- Upgrade to Cucumber-JVM 5.x
- Upgrade to Cucumber-JVM 6.x
- Upgrade to Cucumber-JVM 7.x
Recipes
- Collapse
@CucumberOptionstags into a single tag expression - Drop
SummaryPrinter - Migrate the
cucumber.optionsproperty - Replace
@Cucumberwith@Suite - Replace
TypeRegistryConfigurerwith cucumber-java annotations - Replace
cucumber-javastep definition regexes with Cucumber expressions - Replace
cucumber-java8hook definition withcucumber-java - Replace
cucumber-java8step definitions withcucumber-java