Sha256: e85f0eb7ad9a0b00d4e6af1c9f650f5fed6ce45c107ed8928ec0576629556831

Contents?: true

Size: 1.41 KB

Versions: 25

Compression:

Stored size: 1.41 KB

Contents

lazyman
=====================

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). 

Now lazyman only tested in windows, other platformes are going to be tested soon.

Install lazyman
---------------
Install lazyman from rubygems

	gem install lazyman

Or clone from github

Create a lazyman project 
------------------------
In windows, open command console and type just like below:

	lazyman new your_project_name	
		


== Contributing to lazyman
 
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
* Fork the project.
* Start a feature/bugfix branch.
* Commit and push until you are happy with your contribution.
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

== Copyright

Copyright (c) 2013 easonhan. See LICENSE.txt for
further details.

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
lazyman-0.1.6 README.rdoc
lazyman-0.1.5 README.rdoc
lazyman-0.1.4 README.rdoc
lazyman-0.1.3 README.rdoc
lazyman-0.1.2 README.rdoc