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
selenium_poetry / README
100644 28 lines (17 sloc) 0.837 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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..