Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.
aslakhellesoy edited this page Sep 13, 2010 · 28 revisions

Cuke4Duke brings Cucumber to the Java platform. It allows you to:

  • Use Pure java step definitions instead of writing them in Ruby
  • Run your Cucumber features with Ant
  • Run your Cucumber features with Maven
  • Run your Cucumber features with JUnit
  • Use all the features of Cucumber’s powerful Gherkin language.

Cuke4Duke essentially brings all the good things of Cucumber to Java developers, without the need to do any Ruby coding. Cuke4Duke runs on JRuby and uses the standard Cucumber RubyGem, but keeps all of the Ruby code out of the way so you can still use pure Java.

JavaDoc

Clone this wiki locally