Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grasshopper7/cuke3-migrate-parametertype
Migration of parameter conversion for Cucumber-jvm 3 from version 2
https://github.com/grasshopper7/cuke3-migrate-parametertype
cucumber cucumber-jvm java
Last synced: 7 days ago
JSON representation
Migration of parameter conversion for Cucumber-jvm 3 from version 2
- Host: GitHub
- URL: https://github.com/grasshopper7/cuke3-migrate-parametertype
- Owner: grasshopper7
- Created: 2018-07-12T11:37:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T05:37:18.000Z (over 1 year ago)
- Last Synced: 2024-11-07T12:26:42.890Z (about 2 months ago)
- Topics: cucumber, cucumber-jvm, java
- Language: Java
- Homepage: https://grasshopper.online/98/
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- 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/98/
XStream in Java Cucumber implementation is dead. No more trying to decide whether to extend AbstractSingleValueConverter or implement Converter.
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. In this check out point 2 where annotations like @Delimiter, @Format, @Transformer,@XStreamConverter, @XStreamConverters are laid to rest. These must be replaced by a DataTableType or ParameterType.
For details on Cucumber Expressions which have been introduced to work alongside Regular Expressions refer to this - https://docs.cucumber.io/cucumber/cucumber-expressions/