README.md in gridium-0.1.7 vs README.md in gridium-0.1.8
- old
+ new
@@ -27,9 +27,10 @@
To get started using Gridium add the Gem to your automated test library. Include the following section in your `spec_helper.rb` file:
```ruby
Gridium.configure do |config|
config.report_dir = '/path/to/automation/project'
+ config.browser_source = :local
config.target_environment = "Integration"
config.browser = :firefox
config.url = "http://www.applicationundertest.com"
config.page_load_timeout = 30
config.element_timeout = 30