Files | Admin

Notes:

Release Name: 0.9.3

Notes:
== DESCRIPTION:
rutemaweb is the web frontend for rutema. 

It can be used as a viewer for database files created with the ActiveRecord reporter.

== FEATURES/PROBLEMS:

== SYNOPSIS:
rutemaweb [results.db] and browse to http://localhost:7000 for the glorious view

== REQUIREMENTS:
* patir (http://patir.rubyforge.org)
* activerecord (http://ar.rubyonrails.com/)
* sqlite3 (http://rubyforge.org/projects/sqlite-ruby/)
* ramaze (http://www.ramaze.net/)
* ruport (http://rubyreports.org/)
* acts_as_reportable
* erubis


Changes: === 0.9.3 / 2008-11-07 * Fixed bug in display of run list (context incorrectly used) === 0.9.2 / 2008-11-05 * failure rate added in scenario overview * context information added to run overview === 0.9.1 / 2008-10-16 * relaxed gem version rules for rutema versions === 0.9.0 / 2008-10-06 * Updated design (actually designed something that is half-way usable) * Left panel lists latest runs with status * Scenario list now shows title and description * Lists are now paginated * requires rutema 1.0.0 * Moved up to ActiveRecord 2.1.1 and Ramaze 2008.06 === 0.8.0 / 2008-07-03 * rutemaweb gets it's own gem! * Test case presentation now vertical with new ruport formatter. * Folding of output and error for test case details