Automated tests in plain language, for the JVM
Cucumber is a tool for running automated tests written in plain language. Because they're written in plain language, they can be read by anyone on your team. Because they can be read by anyone, you can use them to help improve communication, collaboration and trust on your team.
This is the Java implementation of Cucumber. You can run it with the tool of your choice - including with popular dependency injection containers.
Migration instructions from previous major versions and a long form explanation of noteworthy changes can be found in the release-notes archive
The changes for the current major version can be found in the CHANGELOG.md.
Please ask on
You can register bugs and feature requests in the GitHub Issue Tracker.
Please bear in mind that this project is almost entirely developed by volunteers. If you do not provide the implementation yourself (or pay someone to do it for you), the bug might never get fixed. If it is a serious bug, other people than you might care enough to provide a fix.
If you'd like to contribute to the documentation, checkout cucumber/docs.cucumber.io otherwise see our CONTRIBUTING.md.