https://github.com/executeautomation/cucumber-jvm
Cucumber-JVM 5 with enhanced Cucumber Expressions
https://github.com/executeautomation/cucumber-jvm
bdd cucumber cucumber-jvm executeautomation
Last synced: 13 days ago
JSON representation
Cucumber-JVM 5 with enhanced Cucumber Expressions
- Host: GitHub
- URL: https://github.com/executeautomation/cucumber-jvm
- Owner: executeautomation
- Created: 2020-05-15T04:31:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T23:36:31.000Z (over 2 years ago)
- Last Synced: 2025-03-28T20:38:07.898Z (about 1 month ago)
- Topics: bdd, cucumber, cucumber-jvm, executeautomation
- Language: Java
- Homepage: https://youtu.be/jCzpxvAJoZM
- Size: 192 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cucumber-jvm
Cucumber-JVM 5 with enhanced Cucumber ExpressionsAll new cucumber 5 released couple of weeks before and its awesome new way to use Cucumber expression. Cucumber expressions released way back in Cucumber-JVM 3.0.0 With it came the ability to register parameter- and data table-types by implementing the TypeRegistryConfigurer.
The TypeRegistryConfigurer however is not part of the glue. This made it impossible to access the test context. With cucumber-java this is now possible by using the @ParameterType, @DataTableType and @DocStringType annotations. This allows parameter-, data table- and docstring types to be mapped to objects which can only be created inside the test context.
Here is the complete video discussion
https://youtu.be/jCzpxvAJoZM