README.md in lazyman-0.1.2 vs README.md in lazyman-0.1.3
- old
+ new
@@ -3,19 +3,19 @@
A simple web automation test framework using [selenium-webdriver](http://docs.seleniumhq.org/projects/webdriver/),[watir-webdriver](https://github.com/watir/watir-webdriver),[page-object](https://github.com/cheezy/page-object) and [rspec](https://github.com/rspec/rspec).
The philosophy of lazyman is 'do less, gain more'.
-Now lazyman only tested in windows, other platformes are going to be tested soon.
+Now lazyman only tested in windows with Ruby193, other platformes are going to be tested soon.
Install lazyman
---------------
Install lazyman from rubygems
gem install lazyman
-Or clone from github
+Or clone from github, build the gem and install
If you have any issue when install lazyman, install the gems below:
gem install thor
@@ -34,10 +34,14 @@
By default, lazyman runs examples using chrome browser, so make sure you installed google chrome and according [chrome driver](http://code.google.com/p/chromedriver/downloads/list)
Using following command to make everything running.
cd your_project_name
+ lazyman go -f doc
+or
rspec -f doc
+
+lazyman go command supports all the rspec options and it is the recommend way.
Understand lazyman project structure
------------------------------------
Lazyman project has a clean and simple structure.