This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: Tesly Jr.: HTML Test Reporter
Feed Title: testdriven.com
Feed URL: http://feeds.feedburner.com/testdrivennewslinks?news=10&links=10
Feed Description: Your test-driven development community
Tesly Jr. is a web app that provides an HTML test reporter for automated unit tests. With an RSS feed reporting the results of every test run, it's great for continuous integration.
It currently supports Ruby's Test::Unit, the default testing framework of Ruby on Rails, but any testing framework can be easily supported. Test reports are logged via an HTTP request, and the format of that request is described here.