Posted By: Nick Sieger
Date: 2007-03-18 22:20
Summary: ci_reporter 1.1
Project: Caldersphere
ci_reporter version 1.1 has been released!
CI::Reporter is an add-on to Test::Unit and RSpec that allows you to generate
XML reports of your test and/or spec runs. The resulting files can be read by
a continuous integration system that understands Ant's JUnit report XML
format, thus allowing your CI system to track test/spec successes and
failures.
Changes:
== 1.1
- Add +assertions+ attribute to the +testsuite+ element that will contain per-suite assertion counts when used with Test::Unit. Not useful with applications that read Ant/JUnit XML, but custom applications may wish to access it. |
|