Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grasshopper7/cuke3-4.11-parameter
Details the handling of parameters from cucumber-jvm version 3.x to 4.1.1
https://github.com/grasshopper7/cuke3-4.11-parameter
cucumber-jvm java-8
Last synced: 7 days ago
JSON representation
Details the handling of parameters from cucumber-jvm version 3.x to 4.1.1
- Host: GitHub
- URL: https://github.com/grasshopper7/cuke3-4.11-parameter
- Owner: grasshopper7
- Created: 2019-06-27T10:20:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T05:38:32.000Z (over 1 year ago)
- Last Synced: 2024-11-07T12:26:42.126Z (about 2 months ago)
- Topics: cucumber-jvm, java-8
- Language: Java
- Homepage: https://grasshopper.online/311/
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.