Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grasshopper7/cuke3-migrate-datatabletype
- Owner: grasshopper7
- Created: 2018-07-12T11:37:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T05:37:08.000Z (over 1 year ago)
- Last Synced: 2024-11-07T12:26:42.792Z (about 2 months ago)
- Topics: cucumber, cucumber-jvm, java
- Language: Java
- Homepage: https://grasshopper.online/117/
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/