Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grasshopper7/cuke3-migrate-datatabletype

Migration of datatable conversion for Cucumber-jvm 3 from version 2
https://github.com/grasshopper7/cuke3-migrate-datatabletype

cucumber cucumber-jvm java

Last synced: 7 days ago
JSON representation

Migration of datatable conversion for Cucumber-jvm 3 from version 2

Awesome Lists containing this project

README

        

Refer here for a detailed explanation - https://ghchirp.site/117/

XStream in Java Cucumber implementation is dead. No more trying to decide whether to extend AbstractSingleValueConverter or implement Converter. This has been replaced by the concept of ParameterType and DataTableType.

For the official announcement mentioning other goodies, wander to this link – https://cucumber.io/blog/2018/05/19/announcing-cucumber-jvm-3-0-0.

For the release notes navigate to – https://github.com/cucumber/cucumber-jvm/blob/master/CHANGELOG.md and scroll down to the 3.0.0-SNAPSHOT section.

For details on Cucumber Expressions which have been introduced to work alongside Regular Expressions refer to this – https://docs.cucumber.io/cucumber/cucumber-expressions/