Skip to content

antifun/cuke4duke

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

583 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cuke4Duke

Cuke4Duke is an addon to Cucumber, making it possible to write step definitions in several different JVM languages.

Bootstrapping build environment

First, cd to cuke4duke and run mvn install once. This will install JRuby under your Maven repo.

Install required gems:

GEM_PATH=~/.m2/repository/.jruby GEM_HOME=~/.m2/repository/.jruby jruby -S gem install rake jeweler celerity rspec
GEM_PATH=~/.m2/repository/.jruby GEM_HOME=~/.m2/repository/.jruby jruby -S rake install

Release process

Before release:

  • Update version in all pom.xml files, and cuke4duke/VERSION
  • Update Cucumber dependency in cuke4duke/Rakefile
  • pushd cuke4duke && GEM_PATH=~/.m2/repository/.jruby GEM_HOME=~/.m2/repository/.jruby jruby -S rake install && popd
  • rake i18n_generate
  • mvn -P examples clean install -Dcuke4duke.bin=cuke4duke/bin/cuke4duke

If all ok:

  • rake release

About

Cucumber support for the JVM: Java, Scala, Groovy, Clojure, Ioke, Javascript, Spring, Guice, PicoContainer, WebDriver, Ant and Maven

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 71.3%
  • Scala 20.4%
  • Ruby 4.3%
  • Groovy 3.0%
  • Other 1.0%