Skip to content
jbpros edited this page May 13, 2011 · 9 revisions

These are standalone install instructions. In order to use Cucumber within some frameworks or specific environments, see also:

Installing the Gem

After you have installed Ruby and RubyGems, install Cucumber with the following command:

gem install cucumber

This is a good time to get familiar with --help

cucumber --help

Building the Gem yourself

Install a dependency:

sudo gem install sdoc

Then get the code via Git (or download a tarball):

git clone git://github.com/cucumber/cucumber.git
cd cucumber
rake install_gem
Clone this wiki locally