grasshopper7 / cuke3-4.11-parameter

Details the handling of parameters from cucumber-jvm version 3.x to 4.1.1

Home Page:https://grasshopper.online/311/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refer to this for more details - https://ghchirp.site/311/

XStream was removed from Cucumber-JVM in version 3 for various reasons. Though it reduced a lot of complexities, it removed functionality which automatically transformed a String to a object and DataTable into a collection of objects. This now requires code for each transformation to define a DataTableType or ParamterType in the TypeRegistry for these cases. This has been made easier in Cucumber-JVM 4.2.0 for Parameters and for DataTables in 4.0.0 by using Jackson ObjectMapper.

This article explains in brief the handling of parameters in Cucumber-JVM versiona 3x to 4.1.1.

About

Details the handling of parameters from cucumber-jvm version 3.x to 4.1.1

https://grasshopper.online/311/


Languages

Language:Java 88.7%Language:Gherkin 11.3%