From cd174fd32cd07ef77bc8ebe504edab3a3bfe7bca Mon Sep 17 00:00:00 2001 From: Sean Grove Date: Sun, 19 Sep 2010 22:09:19 -0700 Subject: [PATCH] Update README --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README b/README index e69de29..45f42a5 100644 --- a/README +++ b/README @@ -0,0 +1,21 @@ +Run Cucumber tests cross-browser in parallel with Sauce Labs +------------------------------------------------------------ +Installation: +git clone http://github.com/sgrove/cucumber_sauce.git +gem install cucumber selenium-client parallel + +Run: +rake test + +TODO: +Move the browsers out to a yaml file + +Thanks: +Matt (sniped some code from http://wolfewebservices.com/blog/testing-multiple-browsers-selenium-and-cucumber) +Sauce Labs (my employer and backend provider) + +License: +Released under MIT license + +Questions? +Shoot me an email, I'm sean at saucelabs.com