You are here: Browse Railsplugins Tesly Reporter
= Tesly Jr. Reporter
Tesly Jr. (http://junior.tesly.com/) is a web service that allows developers to record the results of their tests. This plugin enables automated test reporting to Tesly Jr. When unit, functional, and integration tests are run from the Rails application directory, reports of the test run are sent to Tesly Jr., keeping everyone on the project up to date on the latest status of the project.
InstallationLog in to your Tesly Jr. account and view the Profile page to get your plugin configuration information. Use the information displayed on that page to edit lib/config.rb.
UsageRun your tests via rake as you usually do, and the results of your test cases will be sent to Tesly Jr. A test plan will be created for each of your test files, and a test case will be generated for each test method. You can change the default names of the test plans and test cases at the Tesly site after they are created for you. As you add tests to your application, they will be added automatically to your Tesly account.
CreditsThanks to Blake Watters, author of the Growl Tests plugin, for demonstrating how to hook into the Test::Unit runner to report the results.
AuthorBenjamin Curtis http://bencurtis.com/
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly