From ad9e66d23fab7f8da7454a188287f3ea8861a805 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Tue, 18 Dec 2012 10:54:55 -0800 Subject: [PATCH] Add some Cucumber documentation. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3ac502a..dc3d822 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,8 @@ Drupal sites come pre-installed with latest Bakery 2.x development release. Cucumber tests of SSO and basic data synchronization are available in the /tests directory. +1. [Install Cucumber](https://github.com/cucumber/cucumber/wiki/Install) +1. [Install PhantomJS](http://phantomjs.org/download.html) +1. `gem install poltergeist` +1. `gem install rspec-expectations` +1. Run tests: `cucumber tests/bakery/features`