= Tesly Reporter Tesly (http://www.tesly.com/) is a web service that allows developers, testers, and managers to collaborate on testing for software projects. This plugin enables automated test reporting to Tesly. When unit, functional, and integration tests are run from the Rails application directory, reports of the test run are sent to Tesly, keeping everyone on the project up to date on the latest status of the project. == Installation Log in to your Tesly account and enable automated testing by following the Team link and the clicking the Enable automated testing button. After automated testing is enabled, use the information displayed on that page to edit lib/config.rb. == Usage Run your tests via rake as you usually do, and the results of your test cases will be sent to Tesly. 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. == Credits Thanks to Blake Watters, author of the Growl Tests plugin, for demonstrating how to hook into the Test::Unit runner to report the results. == Author Benjamin Curtis http://bencurtis.com/