An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## Maven Dependency

[![Maven Central](https://img.shields.io/maven-central/v/io.cucumber/cucumber-groovy.svg?label=Maven%20Central)](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
```