README.rdoc in watirsplash-2.4.2 vs README.rdoc in watirsplash-2.4.3
- old
+ new
@@ -1,11 +1,11 @@
= WatirSplash
* Web: http://github.com/jarmo/WatirSplash
* Author: Jarmo Pertman (mailto:jarmo.p[at]gmail.com)
-== DESCRIPTION
+{<img alt="Click here to lend your support to: WatirSplash and make a donation at www.pledgie.com !" src="https://www.pledgie.com/campaigns/16193.png?skin_name=chrome" />}[https://www.pledgie.com/campaigns/16193]
WatirSplash makes browser-based web page testing in Ruby splashin' easy.
It combines Watir, FireWatir or Watir-WebDriver for controlling the browser,
RSpec for testing framework and Spork for faster environment loading. This powerful combination gives you
the ability to write easily well-maintained and easy-to-read specs (specifications in RSpec) so
@@ -15,11 +15,11 @@
you won't have to spend time on thinking how to do that yourself - you can start
testing right away!
== GETTING STARTED
-1) Install Ruby (version 1.8.7 is recommended)
+1) Install Ruby (version 1.9.3 is recommended)
2) Install WatirSplash
C:\my_project>gem install watirsplash
3) Create a new project
@@ -117,17 +117,16 @@
11) Repeat & profit!
== SUPPORTED PLATFORMS & BROWSERS
WatirSplash supports different frameworks/browsers on different operating systems:
-* Linux & OS X - watir-webdriver/firefox, watir-webdriver/chrome and firewatir
-* Windows - watir, watir-webdriver/firefox, watir-webdriver/chrome, watir-webdriver/ie and firewatir
+* Linux & OS X - watir-webdriver/firefox and watir-webdriver/chrome
+* Windows - watir, watir-webdriver/firefox, watir-webdriver/chrome and watir-webdriver/ie
Each framework drives a specific browser:
* Watir - IE
* Watir-WebDriver - Chrome, IE and Firefox
-* FireWatir - Firefox
It is possible to specify what framework to use in spec_helper.rb file:
WatirSplash::Util.framework = "watir-webdriver/firefox"
It is also possible to specify used framework by using environment variable WATIRSPLASH_FRAMEWORK.
@@ -141,6 +140,6 @@
You can read more information about the usage and features from the wiki at http://github.com/jarmo/WatirSplash/wiki
== COPYRIGHT
-Copyright © 2010-2011 Jarmo Pertman. See LICENSE for details.
+Copyright © Jarmo Pertman. See LICENSE for details.