Get delicious screenshots from Sauce Labs, easily
Go to file
John Bintz 6ff3e6d2c6 browser support 2012-02-28 11:54:19 -05:00
bin support local browsers 2012-02-28 11:52:25 -05:00
lib initial yummy commit 2012-02-28 10:23:38 -05:00
.gitignore initial yummy commit 2012-02-28 10:23:38 -05:00
Gemfile initial yummy commit 2012-02-28 10:23:38 -05:00
LICENSE initial yummy commit 2012-02-28 10:23:38 -05:00
README.md browser support 2012-02-28 11:54:19 -05:00
Rakefile initial yummy commit 2012-02-28 10:23:38 -05:00
hollandaise.gemspec updates for chrome and ff win 2012-02-28 11:31:05 -05:00

README.md

Hollandaise sauce is a delicious delicacy.

TODO: Easily take a bunch of screenshots using Sauce Labs or with your local browsers FIXME: The method for instantiating Sauce Labs Selenium WebDriver browsers TODO: Run all the screenshot taking in parallel for SPEEDS BUG: Find them and destroy them!

Preparation and Serving

  • gem install hollandaise

  • Create a ~/.sauce/ondemand.yml with:

    username: my-sauce-labs-username access_key: my-secret-access-key

  • hollandaise sauce http://my.cool.website/url/to/test/ browser browser ...

Browsers! Locally, using Selenium:

  • firefox
  • chrome

On Sauce labs:

  • ie7
  • ie8
  • ie9
  • chromewin
  • ffwin10

Make more on the Hollandaise::Browsers module! All sorts of flavors!

Adding your own ingredients

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
  6. Be awesome.