hollandaise/README.md

44 lines
1.1 KiB
Markdown
Raw Normal View History

2012-02-28 15:23:38 +00:00
# Hollandaise sauce is a delicious delicacy.
2012-02-28 16:55:09 +00:00
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!
2012-02-28 15:23:38 +00:00
## 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 ...`
2012-02-28 16:54:19 +00:00
Browsers! Locally, using Selenium:
2012-02-28 16:52:25 +00:00
* `firefox`
* `chrome`
On Sauce labs:
2012-02-28 15:23:38 +00:00
* `ie7`
* `ie8`
* `ie9`
2012-02-28 16:31:05 +00:00
* `chromewin`
* `ffwin10`
2012-02-28 15:23:38 +00:00
2012-09-10 17:27:15 +00:00
### Projects
`hollandaise project NAME` creates a new `hollandaise.rb` file. Fill it in with your project details.
`hollandaise cook` runs that project, making appropriately-named directories. Sweet!
2012-02-28 15:23:38 +00:00
## 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*.