rutema 0.4 has been released!
This release adds rutemaweb to the tools installed.
rutemaweb is a small Camping-based application that allows you to browse the test results database created by the AR reporter.
It's the web-based equivalent of rutemah.
rutemah's purpose is more the automatic (re)generation of past or over-time reports using the various Rutema reporters (realistically the target is PDF and .odt/.doc generation).
rutemaweb offers you direct access to the results database with a more human-friendly interface. It's a lightweight webserver application and it's functionality does not depend on custom parser implementations (meaning it will run on any rutema installation that uses the AR Reporter).
Usage is very simple:
rutemaweb your_results_database.dbYou can then browse to http://localhost:3301 and start viewing some test results.
Check out the screenshots using our sample database.
If you want to check the functionality of rutemaweb locally, the sample database is included in the gem in the test/samples directory.
This new release adds one new dependency to rutema: camping.
Take a look at the rdoc for the library.
rutema is a bit complex, so you might want to take a look at the documentation first.
To get the gem just do:
gem install rutema
You can also get the gem directly from Rubyforge