Sha256: cdc3aea16fb915445d60cd1034f5bac15cb72d7b358c5cb101f6187ec3a5e2d7

Contents?: true

Size: 1.78 KB

Versions: 1

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)](http://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

1 entries across 1 versions & 1 rubygems

Version Path
symbiont-0.1.1 README.md