Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cucumber/cucumber
A home for issues that are common to multiple cucumber repositories
https://github.com/cucumber/cucumber
Last synced: 3 days ago
JSON representation
A home for issues that are common to multiple cucumber repositories
- Host: GitHub
- URL: https://github.com/cucumber/cucumber
- Owner: cucumber
- License: mit
- Created: 2015-06-21T04:37:35.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T23:29:18.000Z (6 months ago)
- Last Synced: 2024-11-24T09:26:50.959Z (3 months ago)
- Homepage: https://cucumber.io/docs
- Size: 124 MB
- Stars: 3,364
- Watchers: 215
- Forks: 691
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ruby-toolbox - Cucumber - Behaviour Driven Development with elegance and joy (Testing / Acceptance Test Frameworks)
- awesome-bdd - cucumber - Cucumber helps in writing the tests which are easy to understand by anyone (Tools / Java)
- awesome-android-testing - Cucumber
README
[![#StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://vshymanskyy.github.io/StandWithUkraine)
# Cucumber Common Components
Cucumber is made up of several libraries, many of which are kept in _polyglot_ repositories, meaning we keep multiple language implementations of the same library together in the same repo.
| Library | Description | Latest release |
| ---------------------- | ---------------------------------- | -------------- |
| [cucumber-expressions] | Pattern-matching for Gherkin steps | ![Latest release](https://img.shields.io/github/v/release/cucumber/cucumber-expressions?sort=semver) |
| [tag-expressions] | For parsing tag selection queries | ![Latest release](https://img.shields.io/github/v/release/cucumber/tag-expressions?sort=semver) |
| [gherkin] | Parser for Gherkin feature files | ![Latest release](https://img.shields.io/github/v/release/cucumber/gherkin?sort=semver) |
| [messages] | JSON message protocol | ![Latest release](https://img.shields.io/github/v/release/cucumber/messages?sort=semver) |
| [query] | Query API for messages | ![Latest release](https://img.shields.io/github/v/release/cucumber/query?sort=semver) |
| [gherkin-utils] | API for querying parsed Gherkin documents | ![Latest release](https://img.shields.io/github/v/release/cucumber/gherkin-utils?sort=semver) |If you're not sure which repository your issue belongs under, or it cuts across multiple repos, raise it in this repo.
[cucumber-expressions]: https://github.com/cucumber/cucumber-expressions
[tag-expressions]: https://github.com/cucumber/tag-expressions
[gherkin]: https://github.com/cucumber/gherkin
[messages]: https://github.com/cucumber/messages
[query]: https://github.com/cucumber/query
[gherkin-utils]: https://github.com/cucumber/gherkin-utils