Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyleroush/cucmber-maven-plugin
A plugin to help by generating feature file
https://github.com/kyleroush/cucmber-maven-plugin
cucumber hacktoberfest maven-plugin
Last synced: about 1 month ago
JSON representation
A plugin to help by generating feature file
- Host: GitHub
- URL: https://github.com/kyleroush/cucmber-maven-plugin
- Owner: kyleroush
- Created: 2018-09-28T15:24:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-25T21:22:55.000Z (about 3 years ago)
- Last Synced: 2024-10-30T03:56:47.235Z (3 months ago)
- Topics: cucumber, hacktoberfest, maven-plugin
- Language: Java
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cucmber-maven-plugin
## What It Does
This is about how you can have common senarios across multiple feature file that you want to have managed in a single places but applied to mutltiple features
so what this does is given feature files it will check the tags on the feature and see if you have specified a subfeature that matches that tag and it will generate a new file with the all additional steps from all of the sub features.## TODO
* make more configruation possible
* include docemtation on the plugin to pull in other resource files and test files