Sha256: 59bd942c2706bbb75355d790df380bb46235b320cde3109fb9b1181751c94b88

Contents?: true

Size: 1.78 KB

Versions: 2

Compression:

Stored size: 1.78 KB

Contents

Symbiont [![Build Status](https://secure.travis-ci.org/jnyman/symbiont.png)](http://travis-ci.org/jnyman/symbiont) [![Dependency Status](https://gemnasium.com/jnyman/symbiont.png)](https://gemnasium.com/jnyman/symbiont)
========

Description
-----------

The Symbiont gem is designed to provide an open framework for running automated tests against a browser using popular web testing interfaces.

Right now the best information on the purpose of this project and how it works can be found on [my Symbiont-tagged blog posts](http://testerstories.com/?cat=16).

Installation
------------

Add this line to your application's Gemfile:

    gem 'symbiont'
    
And then execute:

    $ bundle

Or install it yourself as:

    $ gem install symbiont

Meaning
-------

A "symbiont" is an organism in a symbiotic (mutually beneficial) relationship. Some of these relationships are called _obligate_, which means that both organisms need each other in order to survive. Other such relationships are called _facultative_, meaning that both organisms don't strictly need each other to survive, but they stand a better chance if they do.

Symbiotic relationships include associations in which one organism lives on another organism -- _ectosymbiosis_ -- or where one organism lives inside the other -- _endosymbiosis_.

So, with that bit of context, think of this gem as a facultative, endosymbiotic organism that lives within your test logic, giving it strength and sustenance.

Contributing
------------

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Copyright
---------

See the LICENSE file for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
symbiont-0.1.3 README.md
symbiont-0.1.2 README.md