Posted By: Vassilis Rizopoulos
Date: 2008-09-08 14:28
Summary: rutema 0.9.0 Released
Project: Project Automation Tools in Ruby
rutema version 0.9.0 has been released!
## DESCRIPTION: rutema is a test execution tool with a twist. It allows you to combine test tools while it takes care of logging, reporting, archiving of results and formalizes execution of automated and manual tests. It's purpose is to make testing in heterogeneous environments easier.
For more information look at http://patir.rubyforge.org/rutema
## FEATURES/PROBLEMS: * Unified test execution environment for automated and manual tests * Extensible reports and notifications in various formats (email, rss, pdf, html etc.) * Web frontend and command line report generation tools for browsing the test results database (with rutemaweb) * Comprehensive history of test execution * A well defined way to create a project specific test specification format
## SYNOPSIS: See http://patir.rubyforge.org/rutema/distro_test.html for an introductory example.
## REQUIREMENTS: * patir (http://patir.rubyforge.org) * mailfactory (http://rubyforge.org/projects/mailfactory/) * activerecord (http://ar.rubyonrails.com/) * sqlite3 (http://rubyforge.org/projects/sqlite-ruby/) * ruport (http://rubyreports.org/) * acts_as_reportable * highline
Changes:
## 0.9.0 / 2008-09-08 * Ability to nest scenarios added to the base parser * Documentation at
## 0.8.0 / 2008-07-03 * Split rutemaweb into own gem * Refactored reporters * Re-enabled the --step commandline facility of rutemax allowing step-by-step execution and fixed the StepRunner implementation |
|