https://github.com/cucumber/cucumber-jvm-groovy
Cucumber Groovy
https://github.com/cucumber/cucumber-jvm-groovy
Last synced: 8 months ago
JSON representation
Cucumber Groovy
- Host: GitHub
- URL: https://github.com/cucumber/cucumber-jvm-groovy
- Owner: cucumber
- License: mit
- Created: 2017-10-12T18:31:35.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-09-30T16:42:21.000Z (9 months ago)
- Last Synced: 2025-09-30T18:28:48.030Z (9 months ago)
- Language: Java
- Homepage:
- Size: 658 KB
- Stars: 24
- Watchers: 12
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
## Maven Dependency
[](https://search.maven.org/search?q=g:%22io.cucumber%22%20AND%20a:%22cucumber-groovy%22)
Cucumber Groovy is the Groovy implementation of [Cucumber](https://cucumber.io/).
## Help & Support
See: https://cucumber.io/support
## Getting started
- [Installation](./docs/install.md)
- Documentation
- [Basic usage](docs/usage.md)
- [Step Definitions](docs/step_definitions.md)
- [DataTables](docs/datatables.md)
- [Hooks](docs/hooks.md)
- [Transformers](docs/transformers.md)
- [World](docs/world.md)
- [Example project](examples/README.md)
- [Reference documentation for Java](https://docs.cucumber.io/docs/cucumber/)
- [Changelog](CHANGELOG.md)
## They are using it
You are using Cucumber Groovy? We would love to know about you! Please open a PR to add your project or company to the list below.
## Contributing
To build the project run:
```shell
mvn verify
```