public
Description: Selenium Poetry is a DSL created to separate the test intention from the HTML selectors. HTML selector are placed in separate YAML files, while the test uses identifiers (phrases) to refer to the selectors in the YAML files.
Homepage: http://rubyforge.org/projects/selenium-poetry
Clone URL: git://github.com/viniciusteles/selenium_poetry.git
Vinicius Teles (author)
Thu Oct 02 10:23:42 -0700 2008
commit  ee741343e593786778d60ecc3276817f420a18be
tree    3cd36cbf4fd62a8ca8fdde0242edadf8dd88a486
parent  ed6ff7f7fca094bbbd4ac3edcc6ecf35c9049a9b
name age message
file .gitignore Fri May 23 09:15:37 -0700 2008 Adding .DS_Store to ignore. [tapajos]
file MIT-LICENSE Wed May 21 13:14:43 -0700 2008 First addition of project files. Everything is ... [Vinicius Manhaes Teles]
file README Fri Jun 06 06:24:45 -0700 2008 Restoring [tapajos]
file Rakefile Fri May 23 07:36:28 -0700 2008 Adding images and code in tutorial. Task to gen... [tapajos]
directory bin/ Fri May 23 07:36:28 -0700 2008 Adding images and code in tutorial. Task to gen... [tapajos]
directory doc/ Fri May 23 09:23:13 -0700 2008 Merge branch 'master' of git@github.com:viniciu... [Vinicius Manhaes Teles]
file init.rb Wed May 21 13:14:43 -0700 2008 First addition of project files. Everything is ... [Vinicius Manhaes Teles]
file install.rb Wed May 21 13:14:43 -0700 2008 First addition of project files. Everything is ... [Vinicius Manhaes Teles]
directory lib/ Thu Oct 02 10:23:42 -0700 2008 Added: * submit_on [Vinicius Teles]
directory tasks/ Fri May 23 07:52:11 -0700 2008 Rename selenium image and fix task that generat... [tapajos]
directory test/ Thu Oct 02 10:23:42 -0700 2008 Added: * submit_on [Vinicius Teles]
file uninstall.rb Wed May 21 13:14:43 -0700 2008 First addition of project files. Everything is ... [Vinicius Manhaes Teles]
README
SeleniumPoetry
==============

Selenium Poetry is a DSL created to separate the test intention from the HTML selectors. HTML selector are placed in 
separate YAML files, while the test uses identifiers (phrases) to refer to the selectors in the YAML files.

Dependencies
============

* Selenium on Rails
* Mocha (to run plugin tests)

Tutorial
========

Read the tutorial in doc/tutorial/tutorial.text

API
===

The API can be found in doc/api/index.html

Release Notes
=============

Selenium Plugin hasn't been officially published yet. The plugin is working fine, but we're still working on the 
documentation. A tutorial has just  been published, and we're currently working to improve the API documentation. (23 
May 2008)

Copyright (c) 2008 Vinícius Manhães Teles and Marcos Tapajós, Improve It, released under the MIT license..