Sha256: 994003cf2ddb65618e7a526dcacc65a90532e18938ca5fde4e803dc1daaf6817

Contents?: true

Size: 1.41 KB

Versions: 4

Compression:

Stored size: 1.41 KB

Contents

simplexframe
=====================

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 simplexframe only tested in windows, other platformes are going to be tested soon.

Install simplexframe
---------------
Install simplexframe from rubygems

	gem install simplexframe

Or clone from github

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

	simplexframe new your_project_name	
		


== Contributing to simplexframe
 
* 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

4 entries across 4 versions & 1 rubygems

Version Path
simplexframe-0.0.04 README.rdoc
simplexframe-0.0.03 README.rdoc
simplexframe-0.0.02 README.rdoc
simplexframe-0.0.01 README.rdoc